nathanielsimard / overview-navigation

Make window navigation fast and easy using overview.
https://extensions.gnome.org/extension/1702/overview-navigation/
GNU General Public License v2.0
37 stars 7 forks source link

[Feature Request] Support other keyboard layouts #34

Open auipga opened 3 years ago

auipga commented 3 years ago

It looks like a s d f are the first letters assigned. This is good for qwerty style keyboards. I'm using dvorak. Please add on option to switch to a o e u ...

nathanielsimard commented 3 years ago

I'm not super familiar with keyboard layouts, the file containing the mapping is this one https://github.com/nathanielsimard/overview-navigation/blob/master/src/keySymbols.js, you may change the NATURAL_ORDERING to what fits the dvorak layout. It's quite easy to install the extension manually, you only need npm, so it would be nice if you could try with different orderings and I may look into how to create a setting to chose a keyboard layout.