Similar to my question regarding the Kinesis keyboard… I’m reviewing my fvwm keybindings and am curious what others have found works for them? I like to manipulate menus and move/resize windows with the keyboard in addition to the other basic window manager things you do with the keyboard.
Anyone have a favourite setup that they would like to share.
plus around 30 that get generated by some PipeReads. I can work for hours without even touching the mouse.
I admit I need some filtering. However here are the ones I cannot live without:
Super+[0-9]: Jump to a window (specified before with control+super+[0-9]
Super-[F1-F3]: 3 types of maximizing
Super-X: open terminal
Super-R: “run dialog”
Super-KPdirections: Resize window to [upper,lower, left, right] [half,quarter] of the screen
Super-Q: Close window
I have a more or less complete list in my homepage [www-i6.informatik.rwth-aachen.de ... /fvwm.html](http://www-i6.informatik.rwth-aachen.de/~vilar/fvwm.html) together with a config file (old file without some keybindings, I plan to update it soon).
And of course I am eagerly awaiting new suggestions for keybindings that come up in the thread.
I like Alt+hjkl to switch pages of the desk. Other than that, these are the ones I use daily:
[Win/Apple]+Esc for root menu
[Win/Apple]+H/L for previous, next window
[Win/Apple]+Alt+H/L for previous, next icon
[Win/Apple]+M Toggle between normal and Maximize, Remove Title
[Win/Apple]+K Begin Move on current window (then I use hjkl to position it followed by enter to place)
[Win/Apple]+X Close current window
[Win/Apple]+Backspace Destroy current window
[Win/Apple]+Tab Modified alt+tab menu with icons and thumbnails (which I then navigate with k and j for up and down
Alt + M - Minimize(Iconify) – I don’t know why, but I typically reach for the mouse when I want to iconify (middle click) instead of using the kb.
I have a microsoft natural (ergonic split-keyboard thing) for work and home, do you find the the kinesis to be significantly better? The only effects of my keyboard are that I don’t get sore wrists on it and when I’m forced to switch to a normal flat keyboard on someone elses system my typing is like lightning on the flat keyboard.
I’ve had the Kinesis for one week + a day now. My main issue with it is I’m missing the Windows key, which is what I used for most fvwm commands.
It does have a Windows key, but its basically the right side alt mapped to the Windows key, and due to the layout of the Kinesis, you really do need to alt keys, especially if you spend any amount of time in (x)emacs.
So for the time being I’ve mapped delete to the window key as I never really used delete before, but now that delete is in an ideal location, I find myself wanting it for delete, so other than function keys, there isn’t really any other key to remap to the windows key - perhaps home or end, 2 other keys I don’t really use.
The keyboard really good have used one extra modifier key as the windows key instead of overriding the ride side of the alt.
[code]#Ignore if NumLock is pressed
IgnoreModifiers L25
#Familiar alt-tabbing
Key Tab A M Prev (AcceptsFocus CurrentDesk !Iconic) SelectWindow
#Change desktops with C + Tab
Key Tab A C GotoDesk 1 1 0 3
#Access to root menu and WindowList:
Key Return A CM Menu MenuFvwmRoot
Key Space A SCM WindowList NoGeometryWithInfo SelectOnRelease
MaxLabelWidth 25
Key Space A CM WindowList NoGeometryWithInfo CurrentDesk SelectOnRelease
MaxLabelWidth 25
#Quickly launch some applications when in root window:
Key A R A Exec exec aterm -sr
Key E R A Exec exec emacs
Key M R A Exec exec mozilla
Key F R A Exec exec firefox
Key U R A Exec exec ~/unicore/unicore_client5.6/bin/unicore
Key X A CM Exec exec xlock -mode blank
#Move mouse around:
Key Left A CM CursorMove -1 0
Key Right A CM CursorMove +1 +0
Key Up A CM CursorMove +0 -1
Key Down A CM CursorMove +0 +1
Key Left A SCM CursorMove -10 +0
Key Right A SCM CursorMove +10 +0
Key Up A SCM CursorMove +0 -10
Key Down A SCM CursorMove +0 +10
#Some window functions:
Key W WTSF CM Menu MenuFvwmWindow
Key Q WTSF CM Close
Key I WTSF CM Iconify
Key R WTSF CM Resize
Key M WTSF CM Move
Key G WTSF CM FuncFvwmGrow
Key V WTSF CM FuncFvwmMaximizeV
Key H WTSF CM FuncFvwmMaximizeH
Key 0 WTSF CM MoveToDesk 0 0
Key 1 WTSF CM MoveToDesk 0 1
Key 2 WTSF CM MoveToDesk 0 2
Key 3 WTSF CM MoveToDesk 0 3[/code]
Key X A 3 Function FvwmTitleRxvt
Key S A 3 Stick
Key Tab A 3 SendToModule FvwmProxy ShowToggle
Key R A CM Exec exec gmrun
Key I A CM All (CurrentPage, Iconic) PlaceAgain Icon Anim
Key R A CM Module FvwmForm FvwmForm-Run
Key Menu A N Popup FvwmMenuRoot
Key Tab A M -
I have a whole load more – but they’re very tedious, and ultimately
probably fall outside the actual question you’re asking: “What programs
can I bind to which keys” :P :P
I got into EMACS last summer, and decided I liked the multiple key bindings (e.g. C-x C-c) so much that my config had to have them. So I looked around and saw that people did it by binding a menu to a key and using the menu accellerators for the second key. Example: