Support Ctrl-Alt-letter key combinations.
commitde93359a5af1378358d704940f0b3861a025b1a7
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 13 Aug 2006 12:32:06 +0000 (13 15:32 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 13 Aug 2006 12:32:06 +0000 (13 15:32 +0300)
tree5d510af49f7d77d551e1b0c4b2e8e1f110413631
parent6108c3e109b0678183d1dd49e9da73fb73e7449e
Support Ctrl-Alt-letter key combinations.

Actions can now be bound to e.g. Ctrl-Alt-A.  The keybinding code also
supports other combinations of modifiers, like Shift-Ctrl-Up, but the
escape sequence decoder doesn't yet.

Don't let Ctrl-Alt-letter combinations open menus.
src/config/dialogs.c
src/config/kbdbind.c
src/terminal/kbd.c
src/viewer/text/view.c