-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs_index.json
More file actions
67 lines (67 loc) · 1.73 KB
/
docs_index.json
File metadata and controls
67 lines (67 loc) · 1.73 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
[
{
"desc": "Use the keyboard as a mouse by selecting successively smaller grids on the screen",
"name": "Griddle",
"type": "Module"
},
{
"desc": "A table mapping keys to locations on the on-screen grid.",
"module": "Griddle",
"name": "absoluteShortcuts",
"type": "Variable"
},
{
"desc": "A boolean determining whether to exit Griddle mode after pressing `leftClick`. Defaults to `true`.",
"module": "Griddle",
"name": "exitAfterLeftClick",
"type": "Variable"
},
{
"desc": "A boolean determining whether to exit Griddle mode after pressing `rightClick`. Defaults to `false`.",
"module": "Griddle",
"name": "exitAfterRightClick",
"type": "Variable"
},
{
"desc": "The number of pixels to move when using `relativeShortcuts`. Defaults to 8.",
"module": "Griddle",
"name": "fineMoveDistance",
"type": "Variable"
},
{
"desc": "A table mapping keys to other actions in Griddle mode:",
"module": "Griddle",
"name": "otherShortcuts",
"type": "Variable"
},
{
"desc": "A table mapping keys to directions relative to the present mouse location.",
"module": "Griddle",
"name": "relativeShortcuts",
"type": "Variable"
},
{
"desc": "Bind a hotkey to enter Griddle mode.",
"module": "Griddle",
"name": "bindHotkeys",
"type": "Method"
},
{
"desc": "Enter Griddle mode on the sceen with a focused window.",
"module": "Griddle",
"name": "enter",
"type": "Method"
},
{
"desc": "Exit Griddle mode.",
"module": "Griddle",
"name": "exit",
"type": "Method"
},
{
"desc": "Enable Griddle and bind any configured hotkeys.",
"module": "Griddle",
"name": "start",
"type": "Method"
}
]