Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 11-10-2004, 01:29 AM   #1 (permalink)
Upright
 
Location: WA
fvwm key bindings

I am trying to map windows key+tab to cycle through the virtual desktops, but I can't find any information on how to do it. Anyone know?
__________________
Hi
4evar is offline  
Old 11-10-2004, 07:04 AM   #2 (permalink)
Professional Loafer
 
bendsley's Avatar
 
Location: texas
You can use the
IgnoreModifiers command to turn individual modifiers off for
bindings. With XFree86 and fvwm version 2.4.0 or above, the
right command is

IgnoreModifiers L25

If you changed your modifiers manually or are using a different
X server use the 'xmodmap' command to find out which modifiers
correspond to the keys you want to switch off.

This command creates a lot of extra network traffic, depending
on your CPU, network connection, the number of Key, Mouse or
PointerKey commands in your configuration file and the number
of modifiers you want to ignore. If you do not have a
lightning fast machine or very few bindings you should not
ignore more than two modifiers. So do not ignore scroll-lock
if you have no problem with it.

A better way to solve this problem is to modify the keyboard
mapping of your X server. The commands

xmodmap -e "clear Lock"
xmodmap -e "clear Mod2"
xmodmap -e "clear Mod5"

remove the CapsLock, NumLock and ScrollLock from the keyboard
map. Pressing these keys has no effect then. To re-add them
try this:

xmodmap -e "add Lock = Caps_Lock"
xmodmap -e "add Mod2 = Num_Lock"
xmodmap -e "add Mod5 = Scroll_Lock"

Fvwm has to be restarted to use the changes made by
xmodmap. Please refer to the man page of the xmodmap command
for further details. If you disable the CapsLock key in your
keyboard map in this way, you can speed up fvwm a bit by
removing the Lock modifier from the list of ignored modifiers:

IgnoreModifiers


Since we all occasionally press NumLock or ScrollLock, it makes
sense to redefine some main bindings to work with any modifiers.
I.e. consider to replace something like this in your configuration:

Mouse 1 R N Menu MenuFvwmRoot

with this:

Mouse 1 R A Menu MenuFvwmRoot
----------------------------------------------
might also try this:
Key Tab A M WindowList CurrentAtEnd IconifiedAtEnd
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
Old 11-10-2004, 03:44 PM   #3 (permalink)
Upright
 
Location: WA
Thanks xev told me what I was lookin for. Super_L is the windows key and dug around the fvwm man pages for the rest.
__________________
Hi
4evar is offline  
 

Tags
bindings, fvwm, key


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 12:23 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73