Re: Keycode for Win95 keyboard extra keys

Alex Belits (abelits@phobos.illtel.denver.co.us)
Sun, 23 Nov 1997 02:27:29 -0800 (PST)


> > Hi,
> > Does anybody know the Keycodes for the extra keys on Win95 keyboards?
> > (i.e., the left and right window key and that application key or whatever
> > it is. ;) )

It's an offtopic here, but my configuration is:

in ~/.xsession:
---8<---
xmodmap .Xmodmap
--->8---

in ~/.Xmodmap:
---8<---
keycode 115 = osfSelect
keycode 116 = osfActivate
keycode 117 = osfMenu
--->8---

and in .fvwm2rc:
---8<---
Key osfSelect A A Popup "Utilities"
Key osfActivate A A WindowList
Key osfMenu FTIWS A Popup "Window-Ops"
--->8---

--
Alex