dragon2611
2007-11-24, 07:21 AM CST
Anyone Know how to get the Play/pause/next-track keys to work with amarok?
I Used to use Ubuntu 7.10 before switching to fedora and it just worked on that, but doesn't on FC8...
I've seen guides on the internet but they seem to involve capturing the key command for the key then mapping it one key at a time, surely theres a better way that that.
I just switched the basic 2 button mouse that came with this set with a microsoft optical wireless mouse 5000 and getting the extra buttons on that working was a case of adding a couple line to xorg.conf... I was kinda hoping I could just do the same for the keyboard
Here's my xorg.conf as it stands currently
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
I Used to use Ubuntu 7.10 before switching to fedora and it just worked on that, but doesn't on FC8...
I've seen guides on the internet but they seem to involve capturing the key command for the key then mapping it one key at a time, surely theres a better way that that.
I just switched the basic 2 button mouse that came with this set with a microsoft optical wireless mouse 5000 and getting the extra buttons on that working was a case of adding a couple line to xorg.conf... I was kinda hoping I could just do the same for the keyboard
Here's my xorg.conf as it stands currently
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection