[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:
parent
6474e5b0b2
commit
f94dfbad15
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ api.map('<Alt-n>', 'R');
|
|||
|
||||
api.map('<Ctrl-v>', 'P');
|
||||
api.map('<Alt-v>', 'U');
|
||||
api.map('<Alt-Shift-.>', 'G');
|
||||
api.map('<Alt-Shift-,>', 'gg');
|
||||
api.map('<Alt->>', 'G');
|
||||
api.map('<Alt-<>', 'gg');
|
||||
|
||||
api.Hints.setCharacters('arstdhneio');
|
||||
api.hintAlign = "left";
|
||||
|
|
Loading…
Reference in a new issue