On Tue, 19 Jun 2001, Erik Steffl wrote:
> I have set up the keyboard so that various extra keys send symbols (it's
> a logitech cordless itouch keyboard). I used following option in
> keyboard config part of XF86Config:
>
> Option "XkbModel" "logicordless"
>
> xev confirms that the extra keys really generate proper symbols.
I don't know if this helps, but in the case of the Windows keys XFree used
to see them as regular keys and then one day, it started seeing them as
modifiers (not out of the blue, but with an upgrade). Maybe that's the
problem you're having. I use Xmodmap to remap my Windows keys. My
xmodmaprc looks like this:
keycode 115 = L5
> I have set up fvwm 2.2.5 so that it does appropriate actions but it
> looks like the keys for volume (XF86AudioRaiseVolume &
> XF86AudioLowerVolume) are ignored. When I press them, nothing happens
> (and there is nothing printed on stderr). Here's the relevant part of
> fvwm config file:
>
> ...
> Key XF86AudioMute A N Exec exec amixer sset
> Master,0 0
> Key XF86AudioRaiseVolume A N Exec exec amixer sset
> Master,0 5%+
> Key XF86AudioLowerVolume A N Exec exec amixer sset
> Master,0 5%-
> Key XF86AudioPlay A N Exec exec xmms -p
> ...
Here's what I have (in case it helps).
Key Up A CM exec aumix -v +2
Key Down A CM exec aumix -v -2
I use CTRL-ALT-(UP|DOWN) to control volume. Comes in helluva handy :-)
-peace
--
Let he who is without clue kiss my ass
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Jun 19 2001 - 19:43:58 BST