PDA

View Full Version : Logitech (and hopefully others)Keyboard Hotkey HOWTO


kiram9
7th September 2004, 05:19 PM
After reading through many complex articles about how to set up non standard key support under linux. (for all those nifty keys on your keyboard like volume, home email etc) I found a really easy way under fedora. while it doesn't do quite everything i would like it to, this is the easyist way to use all those (previously) unusible keys.
First I tested this on a logitech cordless keyboard (part of the wireless optical duo) and found it to work.

From the start-menu-thingie go to preferences>Keyboard shortcuts

To use a special Key on the keyboard jsut click on the function that you would like it assigned, and press the special key that u want it to use, you should get a value like 0xdf 0xec etc... indicating that it has been recieved.

I only have tried this on a logitec wireless keyboard plugged into a usb port. If anyone else tries this and finds that it works, Please Post your keyboard make and model!

foolish
7th September 2004, 07:38 PM
In addition to the pre-defined actions in the gnome tool, try this to set up custom keyboard shortcuts: http://foolish.fedorausers.org/gnome_keyboard_shortcuts/index.html

imdeemvp
8th September 2004, 12:08 AM

nice how to foolish......

butters
8th September 2004, 09:40 AM
severl of my keys say NoSymbol like this

[butters@martindale butters]$ xev | grep keycode --line-buffered
state 0x0, keycode 236 (keysym 0x0, NoSymbol), same_screen YES,
state 0x0, keycode 236 (keysym 0x0, NoSymbol), same_screen YES,

its on all my quick launch keys

[butters@martindale butters]$ xev | grep keycode --line-buffered
state 0x0, keycode 178 (keysym 0x0, NoSymbol), same_screen YES,
state 0x0, keycode 178 (keysym 0x0, NoSymbol), same_screen YES,

thats a different key
any help?