-
Notifications
You must be signed in to change notification settings - Fork 467
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
keys +, -, (, ) not working for ion module in the browser (when developing my scripts online) #2235
Comments
the commit/fix is 4 years old, but the issue seems to be still present |
Hi, thank you for reaching out. I created an issue internally, we will make sure keys are recognized. In addition, we are planning to allow user to load a script to the simulator, so that one will be able to use simulator's keys. I'll let you know once this is done Linked to #2087 |
A temporary solution, until more keys are supported in the emulators, could be to use Shift+Up to zoom in, Shift+Down to zoom out, Shift+Left as |
Describe the bug
i'm writing a python script but pressing the +, -, ( and ) keys are not recognized in the web browser (during script development) but work on the calculator
Screenshots
initial state
was able to move the graph (using arrows) and enter into trace mode (pressing enter/exe/ok):
but + and - does not zoom the graph (it does on the calculator)
To Reproduce
https://my.numworks.com/python/mty/draw_3d_graph
All are done via the ion.keydown(KEY_LEFT), ion.keydown(KEY_PLUS), ...
Expected behavior
pressing + or - should be recognized via the ion module in the browser
Environment
The text was updated successfully, but these errors were encountered: