Monday, 26 September 2022

How to horizontal ellipsis (…)?

From time to time, I want to use the horizontal elipsis character, those three consecutive dots. But how?

  • On Windows you can press [ALT]+([NUM 0], [NUM 1], [NUM 3] and [NUM 3]). 
  • With jEdit Character Map, you find it on the General Punctiation block.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...