[Surfingkeys] Try specifying ‘M-<’ and ‘M->’ differently

The keybindings show up properly in the keybinding list, but they don't work.
I'm wondering if this particular change is going to cause a syntax error, or
perhaps Surfingkeys can figure out that those ‘<’ and ‘>’ are part of the
keybinding.
This commit is contained in:
Tom Willemse 2022-12-13 06:37:44 -08:00
parent 6474e5b0b2
commit f94dfbad15

View file

@ -16,8 +16,8 @@ api.map('<Alt-n>', 'R');
api.map('<Ctrl-v>', 'P'); api.map('<Ctrl-v>', 'P');
api.map('<Alt-v>', 'U'); api.map('<Alt-v>', 'U');
api.map('<Alt-Shift-.>', 'G'); api.map('<Alt->>', 'G');
api.map('<Alt-Shift-,>', 'gg'); api.map('<Alt-<>', 'gg');
api.Hints.setCharacters('arstdhneio'); api.Hints.setCharacters('arstdhneio');
api.hintAlign = "left"; api.hintAlign = "left";