In config.json5 I can configure keybindings such as <q>": "Quit", // Quit the application
.
How do I configure a keybinding for <
and >
?
I tried:
"<'<'>"
"<\\<>"
"<\<>"
"<<>"
"<"
and don’t know what to try next.
Thanks!
In config.json5 I can configure keybindings such as <q>": "Quit", // Quit the application
.
How do I configure a keybinding for <
and >
?
I tried:
"<'<'>"
"<\\<>"
"<\<>"
"<<>"
"<"
Thanks!
<Shift-,> and <Shift-.> maybe?
Thanks for the quick answer!
<Shift-,>
parses OK but doesn’t work (has no effect) but <Shift-.>
doesn’t parse.
Anyway, this would not be a solution because this would work only on US keyboards (and keyboards that have the same layout for these keys).
I’d guess that it probably isn’t supported, but the code for this is generated into your app, so you should in general be able to make this work. Check e.g.:
When you do fix it, perhaps submit a PR to the template?