Fix Xaw key bindings
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 12:24:59 +0000 (14:24 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 8 Sep 2014 12:24:59 +0000 (14:24 +0200)
commitead2d5b5a7747a578e20f88442473b43a66ccc86
treeea70ed6d92f86a20cbaa0bcccf8c3c00b97d7bf5
parent12aedc3397c8772b1d28ae97b21306f0937b2358
Fix Xaw key bindings

The routine to automatically construct the translation table for
accelerator keys did not respect the rule that more specific keystrokes
(like :Meta<Key>Home:) have to be defined before more general ones
(like :<Key>Home:). As a result Alt+Home would activate the Revert
item, intended for plain Home.
xaw/xboard.c