Key Bindings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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]/kBinding.txt'' | ||
---- | ---- | ||
Read more: https://www.fvwm.org/Wiki/Config/Bindings/ </br> | Read more: https://www.fvwm.org/Wiki/Config/Bindings/ </br> | ||
Revision as of 18:23, 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 $[HOME]/kBinding.txt
Read more: https://www.fvwm.org/Wiki/Config/Bindings/
