-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.yaml
More file actions
100 lines (95 loc) · 1.92 KB
/
example_config.yaml
File metadata and controls
100 lines (95 loc) · 1.92 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
default:
# Super is Control
Super+A: Ctrl+A
Super+B: Ctrl+B
Super+C: Ctrl+C
Super+D: Ctrl+D
Super+E: Ctrl+E
Super+F: Ctrl+F
Super+G: Ctrl+G
Super+H: Ctrl+H
Super+I: Ctrl+I
Super+J: Ctrl+J
Super+K: Ctrl+K
Super+L: Ctrl+L
Super+M: Ctrl+M
Super+N: Ctrl+N
Super+O: Ctrl+O
Super+P: Ctrl+P
Super+Q: Ctrl+Q
Super+R: Ctrl+R
Super+S: Ctrl+S
Super+T: Ctrl+T
Super+U: Ctrl+U
Super+V: Ctrl+V
Super+W: Ctrl+W
Super+X: Ctrl+X
Super+Y: Ctrl+Y
Super+Z: Ctrl+Z
Super+=: Ctrl+=
Super+-: Ctrl+-
Super+,: Ctrl+,
Super+.: Ctrl+.
Super+/: Ctrl+/
Super+;: Ctrl+;
Super+': Ctrl+'
# Text Navigation
Super+Left: Home
Super+Right: End
Super+Shift+Left: Shift+Home
Super+Shift+Right: Shift+End
Alt+Left: Ctrl+Left
Alt+Right: Ctrl+Right
Alt+Shift+Left: Ctrl+Shift+Left
Alt+Shift+Right: Ctrl+Shift+Right
# Emacs-style Text Navigation
Ctrl+B: Left
Ctrl+F: Right
Ctrl+A: Home
Ctrl+E: End
Ctrl+H: Backspace
Ctrl+P: Up
Ctrl+N: Down
firefox:
# Switch to tab by number
Super+1: Alt+1
Super+2: Alt+2
Super+3: Alt+3
Super+4: Alt+4
Super+5: Alt+5
Super+6: Alt+6
Super+7: Alt+7
Super+8: Alt+8
Super+9: Alt+9
# Tabs
Super+Shift+[: Ctrl+Shift+Tab
Super+Shift+]: Ctrl+Tab
Gnome-terminal:
Super+A: Ctrl+Shift+A
Super+B: Ctrl+Shift+B
Super+C: Ctrl+Shift+C
Super+D: Ctrl+Shift+D
Super+E: Ctrl+Shift+E
Super+F: Ctrl+Shift+F
Super+G: Ctrl+Shift+G
Super+H: Ctrl+Shift+H
Super+I: Ctrl+Shift+I
Super+J: Ctrl+Shift+J
Super+K: Ctrl+Shift+K
Super+L: Ctrl+Shift+L
Super+M: Ctrl+Shift+M
Super+N: Ctrl+Shift+N
Super+O: Ctrl+Shift+O
Super+P: Ctrl+Shift+P
Super+Q: Ctrl+Shift+Q
Super+R: Ctrl+Shift+R
Super+S: Ctrl+Shift+S
Super+T: Ctrl+Shift+T
Super+U: Ctrl+Shift+U
Super+V: Ctrl+Shift+V
Super+W: Ctrl+Shift+W
Super+X: Ctrl+Shift+X
Super+Y: Ctrl+Shift+Y
Super+Z: Ctrl+Shift+Z
Super+Shift+[: Ctrl+Page_Up
Super+Shift+]: Ctrl+Page_Down