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

Some python symbols are missing from keyboard #17

Closed
Zezombye opened this issue Aug 30, 2017 · 4 comments
Closed

Some python symbols are missing from keyboard #17

Zezombye opened this issue Aug 30, 2017 · 4 comments

Comments

@Zezombye
Copy link

Zezombye commented Aug 30, 2017

The symbols missing are:

  • '#' (comment)
  • '\' (for things like \n)
  • '%' (modulo)
  • Bitwise operators ~, & and | (could be useful for engineering classes)
@jacobly0
Copy link
Contributor

The full list of missing ascii characters is #$%&'@\`|~. Of these, only $ is not used in python (other than strings literals and comments of course). Function decorators use @, ' is used much the same as ", and string conversions use `. It seems reasonable to put these in a menu triggered by the toolbox key.

@Zezombye
Copy link
Author

Zezombye commented Aug 30, 2017

Thanks, I don't program in python so I didn't know that. However there are currently 3 free alpha characters (on x10^, Ans, Clear) so it would be better to put #, \ and % on the keyboard and the rest in the toolbox IMO.

What is the toolbox key btw? I can't find it on the keyboard at all.

Edit: also why not add european characters such as éèàçù?

@jacobly0
Copy link
Contributor

The toolbox key is the one that also says paste " (and for some reason I thought looked like a printer icon). For the accented characters, I was going to include them too, but they don't even seem to exist yet in the ui for the languages that should use them.

@artaxxx
Copy link
Collaborator

artaxxx commented Dec 5, 2017

This is now in the Toolbox > Catalog

@artaxxx artaxxx closed this as completed Dec 5, 2017
boricj pushed a commit to boricj/epsilon that referenced this issue Oct 31, 2019
Added .gitlab-ci.yml for Auto Compile on gitlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants