List of Bindings: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
(Created page with "Bindings are actions/functions that can be triggered by hitting a key (or key combination) or mouse buttons. These bindings can be used to launch programs, run built-in functions (like Maximize or Iconify), or even run custom functions. Read more: https://www.fvwm.org/Wiki/Config/Bindings ==Key== <DPL> category=scripts category=bindings category=key debug=1 ordermethod = firstedit order = descending include=%0[350] format={|class=wikitable\n!Scripts\n!Description\n|-,\n...")
 
No edit summary
Line 2: Line 2:
==Key==
==Key==
<DPL>
<DPL>
category=scripts
category=bindings
category=bindings
category=key
category=key
Line 8: Line 7:
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
Line 15: Line 14:
==Mouse==
==Mouse==
<DPL>
<DPL>
category=scripts
category=bindings
category=bindings
category=mouse
category=mouse
Line 21: Line 19:
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
Line 28: Line 26:
==Key+Mouse==
==Key+Mouse==
<DPL>
<DPL>
category=scripts
category=bindings
category=bindings
category=key-mouse
category=key-mouse
Line 34: Line 31:
ordermethod  = firstedit
ordermethod  = firstedit
order = descending
order = descending
include=%0[350]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,

Revision as of 07:44, 11 July 2025

Bindings are actions/functions that can be triggered by hitting a key (or key combination) or mouse buttons. These bindings can be used to launch programs, run built-in functions (like Maximize or Iconify), or even run custom functions. Read more: https://www.fvwm.org/Wiki/Config/Bindings

Key

Scripts Description

Key Bindings

Image
Key Bindings (bindings) launches programs, runs built-in functions (like Maximize and Iconify).
## FILE 1: KeyBindings.txt
## Bindings

## Key commands
# A = Alt
# C 
..→

Mouse

Scripts Description

Move Resize Binding

image
Move Resize Binding (bindings) hold the Super key and use the left mouse button to move the window or use the right mouse button to resize the window.
## 
..→

Mouse Bindings

Image
Mouse Bindings (bindings) launches specific programs, and run built-in functions like Shade, WindowList, Iconify, Resize, Maximize, etc.
## FILE 1: 
..→

Key+Mouse