> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
[snip]
Given your requirements, I would do
keycode <code> = Hyper_L # create a Hyper key on
<code>
clear Lock # remove all Lock bits for cleanliness
# I should do this!! :-)
clear Mod4 # don't leave any random Hypers around
add Mod4 = Hyper_L # add Hyper bit
Thanks, but it did not work out, the problematic line is
add Mod4 = Hyper_L
the following error pops up:
--8<---------------cut here---------------start------------->8---
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 118 (X_SetModifierMapping)
Value in failed request: 0x17
Serial number of failed request: 41
Current serial number in output stream: 41
--8<---------------cut here---------------end--------------->8---
It seems that for some reason hyper does not work in this environment,
since I tried also to use the Kubuntu keyboard setting.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta