-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement tab input method in RIDE #1253
Comments
@PixelSergey Which glyphs in RIDE do not have a prefix method of inputting and must be selected with a mouse using the language bar? |
@abrudz Left tack, right tack, tally, grade up, atop, over, variant, quad diamond, I-beam, right arrow (with a keyboard that has deadkeys), zilde (with a keyboard that has deadkeys) |
Aren't e.g. grade up prefix followed by Shift+4 and over prefix followed by Shift+o? |
Nope, neither work (xkbmap FI) Over doesn't have a prefix entry, and the entry for grade up says:
which is a little silly, I don't have a right tack key on my keyboard 😂 |
Over missing is probably due to an old version. Try if prefix followed by AltGr+4 |
Nope, doesn't work. |
Yes, and I expected prefix, |
Nope, just prints out the literal characters |
Describe the issue you are having
TryAPL and other online APL editors allow users to input glyphs using the tab input method.
Examples:
←
can be inputted using the key combination<
-
TAB
≡
can be inputted using the key combinatoin=
=
TAB
This is a very useful feature, since many glyphs in RIDE do not have a prefix method of inputting and must be selected with a mouse using the language bar.
Did you connect to an already running interpreter or start the interpreter from Ride?
Start the interpreter from RIDE / irrelevant
How do you reproduce the issue?
Attempt to do a tab input key combination as described above
Paste the contents of Help → About (Shift+F1)
The text was updated successfully, but these errors were encountered: