Fix accesskeys so that they work when priority is 0
commit1bd498cde9c972527a4c8b8b7a7050727f60b61d
authorMiciah Dashiel Butler Masters <miciah@myrealbox.com>
Mon, 19 Jun 2006 11:34:49 +0000 (19 11:34 +0000)
committerMiciah Dashiel Butler Masters <miciah@FroodyComp.localdomain>
Mon, 19 Jun 2006 11:34:49 +0000 (19 11:34 +0000)
tree9dc1d846f64e6f25262c0d6f6c3632c75e575b44
parent588fa3ece8be6038debaeed12136dbd09cee52b7
Fix accesskeys so that they work when priority is 0

Don't try the key as an accesskey if a menu was opened, whether it was just
the main menu or whether it was a submenu of the menu menu (we would try
the key as an accesskey in the latter case).

In send_kbd_event, replace the KBD_MOD_ALT modifier when trying the key as
an accesskey rather than when we don't.
src/viewer/text/view.c