You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
The [ key on the keyboard is mapped to the / character in Dvorak, but this is not respected by the REPL inside the REBL UI, meaning when users try to type / the pair [] pops up instead. This actually makes it impossible to namespace symbols without switching keyboard formats.
All other keys seem to be working fine and are appropriately bound to their Dvorak counterpart.
This is also affecting me, making the code entry pane effectively unusable except through copy/paste, which is extra annoying since the copy/paste keys are the qwerty ones rather than dvorak as they should be.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
The
[
key on the keyboard is mapped to the/
character in Dvorak, but this is not respected by the REPL inside the REBL UI, meaning when users try to type/
the pair[]
pops up instead. This actually makes it impossible to namespace symbols without switching keyboard formats.All other keys seem to be working fine and are appropriately bound to their Dvorak counterpart.
Details:
On a MacOS, running Java 1.8 using the distro suggested at:
https://github.com/jafingerhut/rebl-experiments#macos-openjdk-with-java-fx-included by @jafingerhut
The text was updated successfully, but these errors were encountered: