cognitect-labs / REBL-distro

REBL-distro
368 stars 9 forks source link

Keybind for Dvorak not respected, preventing input of name-spaced symbols #40

Open eagonmeng opened 4 years ago

eagonmeng commented 4 years ago

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

pangloss commented 3 years ago

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.