overview-navigation icon indicating copy to clipboard operation
overview-navigation copied to clipboard

[Feature Request] Support other keyboard layouts

Open auipga opened this issue 4 years ago • 1 comments

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 ...

auipga avatar Jun 13 '21 23:06 auipga

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.

nathanielsimard avatar Jun 15 '21 15:06 nathanielsimard