Mapping alt <lt> and alt <gt>

How do I map alt+< and alt+>?
I’ve tried something like: map global normal <a-s-.> but it didn’t work.

<gt> and <lt> would be my first guess.

I had a similar question a couple weeks ago.

Basically it looks like this:

map global normal <a-lt> 'something'
3 Likes

For reference the keys are in keys.cc.

Currently

  • Returnret
  • Spacespace
  • Tabtab
  • <lt
  • >gt
  • Backspacebackspace
  • Escapeesc
  • Upup
  • Downdown
  • Leftleft
  • Rightright
  • Page Uppageup
  • Page Downpagedown
  • Homehome
  • Endend
  • Insertins
  • Deletedel
  • +plus
  • -minus
  • ;semicolon
  • %percent