View Full Version : iMac key configuration
BMBeeman
18th January 2006, 10:12 PM
my iMac ejects it's CD tray and changes the volume by using keys on the keyboard, is there any way to get those keys to work in Fedora
fedoraforme123
21st January 2006, 06:50 PM
I don't think so. If you look in the control s and settings area of Fedora you might just find something. Even google the problem, there might be software or some plugin that would help. I know your exact feeling. I have an iMac too! Great machine
jim
21st January 2006, 06:57 PM
type this into the terminal
xev | grep keycode --line-buffered
then hit the key your talking about.
example i hit the windows logo key on the left of the space bar.
[jim@JimsNotebook ~]$ xev | grep keycode --line-buffered
state 0x0, keycode 115 (keysym 0xffeb, Super_L), same_screen YES,
state 0x40, keycode 115 (keysym 0xffeb, Super_L), same_screen YE
what you see in red is the key code
you then can bind that key code to a event like launching a application or volume etc...
BMBeeman
3rd February 2006, 03:10 PM
Cool, thanks!
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.