-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSwipeyJoeMcDesktop.config
71 lines (71 loc) · 3.95 KB
/
SwipeyJoeMcDesktop.config
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
{
"description":"Victor Dods' configuration file for use with Linux/KDE.",
"bindings":[
{
"sequence" :["N"],
"action" :"control+f10",
"brief_description" :"Show all windows",
"detailed_description" :"Swipe north (either hand) to show all windows"
},
{
"sequence" :["W"],
"action" :"control+alt+right",
"brief_description" :"Switch one desktop right.",
"detailed_description" :"Swipe west (either hand) to switch one desktop right."
},
{
"sequence" :["E"],
"action" :"control+alt+left",
"brief_description" :"Switch one desktop left.",
"detailed_description" :"Swipe east (either hand) to switch one desktop left."
},
{
"sequence" :["S"],
"action" :"control+alt+a",
"brief_description" :"Switch to application demanding attention.",
"detailed_description" :"Swipe south (either hand) to switch to the application currently demanding attention (such as a newly opened web link, or a chat window with newly received message)."
},
{
"sequence" :["SW"],
"action" :"control+alt+shift+a",
"brief_description" :"Switch to code editor window.",
"detailed_description" :"Swipe south-west (either hand) to switch to the code editor window (which has been manually configured in KDE to use the control+alt+shift+a keyboard shortcut)."
},
{
"sequence" :["SE"],
"action" :"control+alt+shift+b",
"brief_description" :"Switch to web browser window.",
"detailed_description" :"Swipe south-east (either hand) to switch to the main web browser window (which has been manually configured in KDE to use the control+alt+shift+b keyboard shortcut)."
},
{
"sequence" :["righthand:T-index"],
"action" :"alt:hold+shift:release+tab",
"brief_description" :"Walk forward through windows.",
"detailed_description" :"Tap with right index finger to walk forward through windows. Hold the hand out to keep the window visualization, withdraw to complete the window selection."
},
{
"sequence" :["righthand:T-middle"],
"action" :"alt:hold+shift:hold+tab",
"brief_description" :"Walk backward through windows.",
"detailed_description" :"Tap with right middle finger to walk backward through windows. Hold the hand out to keep the window visualization, withdraw to complete the window selection."
},
{
"sequence" :["lefthand:T-index"],
"action" :"control:hold+shift:release+tab",
"brief_description" :"Walk forward through application tabs.",
"detailed_description" :"Tap with left index finger to walk forward through application tabs. Withdraw the hand to complete the tab selection."
},
{
"sequence" :["lefthand:T-middle"],
"action" :"control:hold+shift:hold+tab",
"brief_description" :"Walk backward through application tabs.",
"detailed_description" :"Tap with left middle finger to walk backward through application tabs. Withdraw the hand to complete the tab selection."
},
{
"sequence" :["T-thumb","T-thumb","T-thumb"],
"action" :"control+alt+l",
"brief_description" :"Lock the desktop.",
"detailed_description" :"Tap with the thumb (on either hand) three times to lock the desktop."
}
]
}