List of Bindings: Difference between revisions

From Fvwm Extensions (configs) Archive
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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
Bindings define how Fvwm, a window manager, responds to keyboard and mouse actions. They allow users to map specific actions to key presses or mouse clicks, enabling customized control over the window manager's behavior and application launching. <br>
Read more: https://www.fvwm.org/Wiki/Config/Bindings
 
==Key==
==Key==
<DPL>
<DPL>
Line 8: Line 10:
order = descending
order = descending
include=%0[260]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>
Line 20: Line 22:
order = descending
order = descending
include=%0[260]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>
Line 32: Line 34:
order = descending
order = descending
include=%0[260]
include=%0[260]
format={|class=wikitable\n!Scripts\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
format={|class=wikitable\n!Code\n!Description\n|-,\n|\n[[%PAGE%|%TITLE%]],\n|-,\n|}
secseparators=\n|\n,
secseparators=\n|\n,
</DPL>
</DPL>


__NOTOC____NOEDITSECTION__
__NOTOC____NOEDITSECTION__

Latest revision as of 19:23, 11 July 2025

Bindings define how Fvwm, a window manager, responds to keyboard and mouse actions. They allow users to map specific actions to key presses or mouse clicks, enabling customized control over the window manager's behavior and application launching.
Read more: https://www.fvwm.org/Wiki/Config/Bindings

Key

Code 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

Code 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