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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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> | ||
## FILE 1 | ## FILE 1: KeyBindings.txt | ||
## Bindings | ## Bindings | ||
## Key commands | ## Key commands | ||
| Line 32: | Line 32: | ||
'''HOW TO''': | '''HOW TO''': | ||
Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br> | Copy the code and paste it into your config. Or create FILE 1 and run the below line:<br> | ||
''Read kBinding.txt'' | ''Read $[HOME]/.fvwm/kBinding.txt'' | ||
---- | ---- | ||
Read more: https://www.fvwm.org/Wiki/Config/Bindings/ </br> | Read more: https://www.fvwm.org/Wiki/Config/Bindings/ </br> | ||
Latest revision as of 11:49, 12 July 2025
Key Bindings (bindings) launches programs, runs built-in functions (like Maximize and Iconify).
## FILE 1: KeyBindings.txt ## Bindings ## 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 $[HOME]/.fvwm/kBinding.txt
Read more: https://www.fvwm.org/Wiki/Config/Bindings/
