emacs: Ignore the magical XF86WakeUp keysym.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 May 2009 13:04:49 +0000 (14:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2009 10:13:19 +0000 (11:13 +0100)
commit98a0bc3fd2646a4058944c2226f96e6030735eff
tree6dd4cf17704f851bf0731fd1f3c4143efdbd639d
parente13758536dc7299a6fe9490b15427feb8f2e9c77
emacs: Ignore the magical XF86WakeUp keysym.

For some reason, the `Fn' key on crybaby generates this keysym.  Having
Emacs feep when I bounce on it is annoying, since it ought to be a
perfectly innocent modifier key.

I've bound the key to an empty string, since this acts as a keyboard
macro and does nothing.  No other particularly simple binding seems to
work (`nil' and `undefined' continue to feep; and there's no obvious
do-nothing function to bind to the key).
emacs