Results 1 to 3 of 3
I'm just curious if it's possible to get the extra keys on a Mac keyboard to work.
I mean the ones like help, clear, and f14 through 16 all actually ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-05-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 50
Apple keyboard setup
I'm just curious if it's possible to get the extra keys on a Mac keyboard to work.
I mean the ones like help, clear, and f14 through 16 all actually are read as insert, num lock, prnt scrn, scroll lock, and pause... I'm just wondering if it's possible to use the f13, vol down, vol up, mute and eject keys for anything. So far experimenting with them has led to nothing, but I also assume readily (where this sort of thing is concerned) that I'm doing something wrong.
I'm not overly worried about what they do in console mode, just in X; especially in KDE since that's my preffered desktop.
- 11-05-2006 #2
hi !
execute these commands in terminal...
bold values are keycodes of my Microsoft Standard Keyboard. i think these are same in all keyboards...if this works, save these commands in ~/.kde/env/keys.sh file.Code:xmodmap -e 'keycode 174=XF86AudioLowerVolume' xmodmap -e 'keycode 176=XF86AudioRaiseVolume' xmodmap -e 'keycode 160=XF86AudioMute'
in case, it doesn't work, execute this command in terminal
press special keys and note down there keycodes. assign functions using 'xmodmap' and save in keys.sh file.Code:xev
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-05-2006 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 50
Oh, cool. thanks.


Reply With Quote
