--On January 22, 2013 10:55:39 AM -0500 Lynn David Newton
<lynn.newton(a)gmail.com> wrote:
The problem is that at the moment no key on my keyboard generates
stuff that XEmacs recognizes as either hyper or super.
I created an .XModmap file based on some messages on this list several
years ago. Perhaps it could be modified do what you want:
! This is derived from messages on the XEmacs-Beta. See
! <
http://calypso.tux.org/pipermail/xemacs-beta/2009-May/016405.html>
! and following messages. The result is to bind left option to Alt,
! right control to Hyper, and right Cmd to Super. Other keys are left
! as they were.
! Right control key
keycode 70 = Hyper_R
! Right CMD key
keycode 71 = Super_R
! Left option key
keycode 66 = Alt_L
clear Shift
clear Lock
clear Control
clear Mod1
clear Mod2
clear Mod3
clear Mod4
clear Mod5
add Shift = Shift_L Shift_R
add Lock = Caps_Lock
add Control = Control_L
add Mod1 = Alt_L
add Mod2 = Meta_L
add Mod3 = Mode_switch
add Mod4 = Super_R
add Mod5 = Hyper_R
keysym 65506 = Shift_R
keysym 65505 = Shift_L
Mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta