On Wed, Mar 31, 2004 at 02:39:12PM +0200, stu wrote:
> Is it possible to add a custom key modifier to fvwm(2.5.8)? I want to
> use Super_L (commonly known as the 'Windows' key - ugh) as a modifier so
> I can use a key combination like Control-Super_L-Left ie (assuming
> the 'U' means Super_L) :
>
> Key Left A CU GotoPage -1p +1p
> Key Right A CU GotoPage +1p +1p
>
> Or can I only use 'A' for any modifier to effect a similar outcome?
X defines a mask of eight modifiers (SMC12345 in fvwm). Which
keys generate these modifiers depends on your Xmodmap. To bind
Super_L to modifier 3 for example, issue
$ xmodmap -e "clear Mod3"
$ xmodmap -e "add Mod3 = Super_L"
or put the following at the end of your $HOME/.Xmodmap:
clear Mod3
add Mod3 = Super_L
After that, the modifier "3" refers to the Super_L key in fvwm.
Ciao
Dominik ^_^ ^_^
--
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 Wed Mar 31 2004 - 06:59:42 BST