Fix key bindings for non-menu functions
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 12:45:51 +0000 (14:45 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 12:54:58 +0000 (14:54 +0200)
commit3f31332aa191fe791d4248dd9fa28c3631a3c78d
tree560fba8db023fe50309b399aac52eea6ded0331e
parentead2d5b5a7747a578e20f88442473b43a66ccc86
Fix key bindings for non-menu functions

The accelerator keystrokes for next game, previous game and debug mode,
which don't have menu items, and are grouped in the menu table 'noMenu',
were not treated in the building of the translation table, as 'noMenu'
does not occur on the menu bar. An extra iteration is done now to
treat this menu group.
xaw/xboard.c