proton icon indicating copy to clipboard operation
proton copied to clipboard

Sort keybindings

Open richarddewit opened this issue 9 years ago • 0 comments

I just noticed that the keys aren't sorted. E.g. : and ; are somewhere inbetween letters. IMO it should be something like:

  1. Special keys (., SPC, TAB, ...)
  2. Numbers
  3. Other keys (!, _, ', :, ;, ...)
  4. Letters
  5. F keys (F1, F2, ...)
[.]
[SPC]
[TAB]
[0-9]
[_]
[:]
[;]
[b]
[e]
...
[w]
[F1]

Uppercase -> lowercase

[s]
[T]
[t]
[v]

Edit Now I see why. : (colon) is after b, ; (semi-colon) is after s. Still it would make more sense sorting them like mentioned above.

richarddewit avatar Mar 29 '16 08:03 richarddewit