ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] binding hyper


From: Nazri Ramliy
Subject: Re: [RP] binding hyper
Date: Wed, 24 Aug 2005 02:09:11 +0800

On 8/24/05, Aaron Griffin <address@hidden> wrote:
> I can't seem to find the proper syntax anywhere to bind to my left
> windows key...can anyone point me in the right direction?

1. Let X treat the key as it would any other key using xmodmap, add
this line to your ~/.Xmodmap:

  keycode 115=F13

that 115 is the keycode that you'd find out by running xev, F13 is the
next available keysym.  you can use F14, F15 etc.

2. run xmodmap - < ~/.Xmodmap from your .xinitrc/.ratpoisonrc

3. Now you can map it like this in your ratpoisonrc:

  definekey top F15 exec ratpoison -c 'echo Windows key'

Nazri.




reply via email to

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