How do I configure a keybinding for `<` and `>`

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!

<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).