Jochen,

>From within X you can use xev to see what keycodes they're kicking out, and then
map them using modmap.  I use them as shortcut keys for Fvwm.  Following is my
.xinitrc file:

PATH="$PATH:/usr/local/bin"

xmodmap -e "pointer = 3 2 1 4 5"                 # Left handed
xmodmap -e 'keycode 115 = Super_L'         # Left windows key
xmodmap -e 'keycode 116 = Hyper_L'        # Right windows key
xmodmap -e 'keycode 117 = Menu'              # Windows menu key
xmodmap -e 'keycode 66 = Shift_Lock'      # Add in shift lock
xmodmap -e 'add Mod3 = Super_L'              # Make left windows key a modifier
xmodmap -e 'add Mod4 = Hyper_L'             # Make right windows key a modifier
xmodmap -e 'remove Lock = Caps_Lock'    # Remove Caps_Lock
xmodmap -e 'add Lock = Shift_Lock'           # Add in Shift_Lock
xset s noblank
xscreensaver-command -exit
xscreensaver &
xhost + &

#afterstep
fvwm2
#fvwm2 -f ~/.fvwm/themes-rc
#gnome-session
#icewm
#startkde
#twm
#exec wmaker


Glen



Jochen =?ISO-8859-1?Q?K=E4chelin?= writes:
 > Is there a way to use the special keys of my
 > Microsoft Natural Keyboard Pro under Linux?
 > 
 > 
 > -- 
 > WA-P, Jochen Kächelin
 > Programmierung - Beratung - Hosting
 > Tel. 07161 - 92 95 94 / Fax 07161 - 92 95 98
 > mailto:[EMAIL PROTECTED]
 > 
 > 
 > 
 > _______________________________________________
 > Seawolf-list mailing list
 > [EMAIL PROTECTED]
 > https://listman.redhat.com/mailman/listinfo/seawolf-list
 > 



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to