Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the use of symbols #16

Closed
bmulcahy opened this issue May 19, 2015 · 1 comment
Closed

Question about the use of symbols #16

bmulcahy opened this issue May 19, 2015 · 1 comment
Labels

Comments

@bmulcahy
Copy link

I understand it greatly improves the readability of the code but how the hell do I type some of these symbols without copy and pasting? especially ʹ

@chrisveness
Copy link
Owner

On Linux, it is Ctrl + Shift + U + (hexadecimal)unicode.

On Windows, it is apparently Alt + (numeric keypad)'+' + (hexadecimal)unicode – though it seems that the registry key HKEY_CURRENT_USER/Control Panel/Input Method/EnableHexNumpad (type REG_SZ) must be set to 1 if it is not already.

Characters used frequently in the code:

  • φ: U+03C6 (greek small letter phi)
  • λ: U+03BB (greek small letter lambda)
  • Δ: U+0394 (greek capital letter delta)
  • θ: U+03B8 (greek small letter theta)
  • δ: U+03B4 (greek small letter delta)
  • ʹ : U+02B9 (modifier letter prime)

See:

I do tend to use ctrl-c / ctrl-v quite a bit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants