proton
proton copied to clipboard
Sort keybindings
I just noticed that the keys aren't sorted. E.g. : and ; are somewhere inbetween letters. IMO it should be something like:
- Special keys (., SPC, TAB, ...)
- Numbers
- Other keys (!, _, ', :, ;, ...)
- Letters
- 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.