Key Bindings: Difference between revisions
Jump to navigation
Jump to search
(Created page with "right|150px|link=Key Binding|Image '''Key Binding''' <small>''(bindings)''</small> launches programs, runs built-in functions (like Maximize and Iconify). <pre> ## FILE 1 ## Bindings: KeyBindings.txt ## Key commands # A = Alt # C = Control # S = Shift # M = Meta (Alt) # Super = WinIcon ## KEY-MOUSE BINDINGS (untag below lines) # Silent Key z A M Move # alt-z (letter) # Silent Key F8 A C Resize # ctrl-F8 # Silent Key Space A M Thumbnail # al...") |
No edit summary |
||
| Line 1: | Line 1: | ||
[[File:key-bind.png|right|150px|link=Key Binding|Image]] '''[[Key | [[File:key-bind.png|right|150px|link=Key Binding|Image]] '''[[Key Bindings]]''' <small>''(bindings)''</small> launches programs, runs built-in functions (like Maximize and Iconify). | ||
<pre> | <pre> | ||
Revision as of 07:44, 11 July 2025
Key Bindings (bindings) launches programs, runs built-in functions (like Maximize and Iconify).
## FILE 1 ## Bindings: KeyBindings.txt ## Key commands # A = Alt # C = Control # S = Shift # M = Meta (Alt) # Super = WinIcon ## KEY-MOUSE BINDINGS (untag below lines) # Silent Key z A M Move # alt-z (letter) # Silent Key F8 A C Resize # ctrl-F8 # Silent Key Space A M Thumbnail # alt-space # Silent Key m A M Maximize 97 90 # alt-m # Silent Key x A M Destroy # alt-x ## Maximize alt-m Silent Key m A M Maximize 100 100 # width height ## Minimize (thumbnail) alt-t Silent Key t A M Thumbnail ## Close alt-x Silent Key x A M Close
HOW TO:
Copy the code and paste it into your config. Or create FILE 1 and run the below line:
Read kBinding.txt
Read more: https://www.fvwm.org/Wiki/Config/Bindings/
