On Thu, Nov 15, 2012 at 6:36 PM, Christoph Lohmann <[email protected]> wrote: > Greetings. > > Anyone here on this mailinglist is using any of the Function keys above > XK_F12? X11 is defining symbols up to F35 and xterm allows sending es‐ > cape codes up to F63. The question is how to implement this in st. > > Anyone knows of some application in the past which made use of those > high function keys?
vim allows mapping for function keys for up to <F19>. There are no mappings by default though, and I've never seen them actually mapped… Not only does it have <F1-19>, tt also has <xF1-4>. (Look for terminal-options or termcap-options in the help.) Cheers, -- ______________ Raphaël Proust
