help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems Using Hyper Key modifier


From: Tim Johnson
Subject: Re: Problems Using Hyper Key modifier
Date: Sat, 24 Sep 2005 08:51:24 -0800
User-agent: Mutt/1.4.2.1i

* Pascal Bourguignon <spam@mouse-potato.com> [050923 19:56]:
 
 Hello Pascal:

 Your instructions solved my problem. Not only that, but
 following the details of the bit setting has cleared up
 the complaints that Xemacs makes about modifiers.

 You taught me a lot.

 thanks
 tim

> Put something like:
> 
> clear Shift
> clear Lock
> clear Control
> clear Mod1
> clear Mod2
> clear Mod3
> clear Mod4
> clear Mod5
> 
> ! In order of bits: 
> add    Shift   = Shift_L     Shift_R
> add    Lock    = Caps_Lock
> add    Control = Control_L   Control_R
> add    Mod1    = Alt_L       Alt_R
> add    Mod2    = Num_Lock
> add    Mod3    = Super_L     Super_R
> add    Mod4    = Meta_L      Meta_R
> add    Mod5    = Hyper_L     Hyper_R     
> 
> in your ~/.xmodmap
> 
> 
> -- 
> __Pascal Bourguignon__                     http://www.informatimago.com/
> Cats meow out of angst
> "Thumbs! If only we had thumbs!
> We could break so much!"
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
Tim Johnson <tim@johnsons-web.com>
      http://www.alaska-internet-solutions.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]