]> git.draconx.ca Git - fvwmconf.git/blob - bindings
cde99b3f2691a1bf1d2c3de3b65ed665a3954261
[fvwmconf.git] / bindings
1 # Globalbinds covers these.
2 Key Page_Down A CM Nop
3 Key Page_Up   A CM Nop
4 Key End       A CM Nop
5 Key Home      A CM Nop
6 Key Insert    A CM Nop
7 Key N         A CM Nop
8
9 # For moving windows around desktops.
10 Key J WFT CM DoPageMove 0
11 Key K WFT CM DoPageMove 1
12 Key L WFT CM DoPageMove 2
13 Key U WFT CM DoPageMove 3
14 Key I WFT CM DoPageMove 4
15 Key O WFT CM DoPageMove 5
16
17 # For moving ourself around desktops.
18 Key 1 A CM GotoPage 0 0
19 Key 2 A CM GotoPage 1 0
20 Key 3 A CM GotoPage 2 0
21 Key 4 A CM GotoPage 3 0
22 Key 5 A CM GotoPage 4 0
23 Key 6 A CM GotoPage 5 0
24
25 DestroyFunc DoPageMove
26 AddToFunc   DoPageMove
27 + I GotoPage   $0 0
28 + I MoveToPage $0 0