File: Misc-Keybindings_NumLock

package info (click to toggle)
fvwm-crystal 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 21,700 kB
  • ctags: 1,494
  • sloc: sh: 3,265; cs: 1,335; python: 875; makefile: 214
file content (34 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Some default keybindings, not fitting anywhere else

# Open QuakeConsole using Alt+`
Key grave A $[Mod1]2 QuakeConsole

# Open new terminal using Alt+Shift+`
Key grave A $[Mod2]2 AA

# Open FvwmConsole using Alt+;
Key semicolon A $[Mod1]2 FvwmMiniConsole

# Screen blanker
Key O A $[Mod1]2 BlankScreen

# Application menu
# Windows Left
#Key Super_L A $[Mod1]2 Menu /Applications root c c
# Windows Right
Key Super_R A $[Mod1]2 Menu /Applications root c c
# Alt + Shift + Menu
Key Menu A $[Mod2]2 Menu /Applications root c c

# Main menu
Key Menu A $[Mod1]2 Menu /FVWM-Crystal root c c
# Alt + Shift + Windows Right
Key Super_R A $[Mod2]2 Menu /FVWM-Crystal root c c

# XDG Application menu
Test (EnvMatch XDGMenu yes) Key A A $[Mod1]2 Menu FvwmMenu

# FvwmExpose
Key E A $[Mod1]2 FvwmExpose

# vim:ft=fvwm