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
Would it be possible to add support for the Colemak keyboard layout? It's a popular alternative to Dvorak.
I am assuming that JavaScript does not allow getting the keycode but only the symbol so that it could not be made entirely indepentent of the keyboard layout?
There's many more popular keyboard layouts, but Colemak is probably the most common. Other popular ones are Colemak Mod DH, Workman, BÉPO and NEO.
The text was updated successfully, but these errors were encountered:
These days there are ways to detect keyboard layout from javascript, so I should probably rework that part and make it layout-independent.
I'll note it down as TODO.
in the same phase I probably will change some keyboard shortcuts.
Most notably the spacebar: my mind is so used to "modern" software that I expect the spacebar to toggle playback instead record like in protracker/fasttracker. That keeps tripping me up so probably a good reason the change it.
Hi!
Would it be possible to add support for the Colemak keyboard layout? It's a popular alternative to Dvorak.
I am assuming that JavaScript does not allow getting the keycode but only the symbol so that it could not be made entirely indepentent of the keyboard layout?
There's many more popular keyboard layouts, but Colemak is probably the most common. Other popular ones are Colemak Mod DH, Workman, BÉPO and NEO.
The text was updated successfully, but these errors were encountered: