Re: [SLUG] key bindings

2008-05-30 Thread Sridhar Dhanapalan
On Fri, 30 May 2008 at 19:10, Richard Heycock <[EMAIL PROTECTED]> wrote:
> Ever since I upgraded to hardy (I had so many problems with hardy I went
> back to debian -- arr, life's good) some of my sawfish keybindings are
> simply ignored. It seems like something else is interpreting them but
> I can't find out what. Is there any way that I can find out what is
> interpreting them?

It could be that the key codes being sent have changed. Is this for 'normal' 
keys, or more special ones like the Windows key? The latter won't work by 
default, and needs to be explicitly enabled. For the Windows key, open 
your /etc/X11/xorg.conf and add the following line to the InputDevice section 
for your keyboard:

  Option  "XkbOptions""altwin:meta_win"

Restart X, and the Windows key will act like another meta key.

You can test this using xev. Launch xev from a terminal, press keys and see 
their codes in the terminal. That is what is being passed to the X server 
when they are pressed/released.


-- 
"Don't try to be like Jackie. There is only one Jackie. Study computers 
instead." - Jackie Chan


signature.asc
Description: This is a digitally signed message part.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] key bindings

2008-05-30 Thread Richard Heycock
Ever since I upgraded to hardy (I had so many problems with hardy I went
back to debian -- arr, life's good) some of my sawfish keybindings are
simply ignored. It seems like something else is interpreting them but
I can't find out what. Is there any way that I can find out what is
interpreting them?

rgh

-- 
+61 (0) 410 646 369
[EMAIL PROTECTED]

You're worried criminals will continue to penetrate into cyberspace, and
I'm worried complexity, poor design and mismanagement will be there to meet
them - Marcus Ranum
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html