-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (46 loc) · 1.27 KB
/
config.json
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
{
"activeProfileIdx": 0,
"profiles": [
{
"doubleClickSpeed": 500,
"delayUntilRepeat": 300,
"keyRepeatInterval": 25,
"remaps": "%array(_remaps.json)",
"keyPresses": "%array(_keyPresses.json)",
"tests": [
["Caps:down Caps:up", "Esc"],
["Caps:down test_delay:100 Caps:up", "Esc"],
["Caps:down test_delay:251 Caps:up", ""],
[
"ShiftL:down Caps:down Caps:up ShiftL:up",
"ShiftL:down Esc:down Esc:up ShiftL:up"
],
[
"ShiftL:down Caps:down test_delay:251 Caps:up ShiftL:up",
"ShiftL:down ShiftL:up"
]
],
"keyPressesDelay": 200,
"keybindings": [
"%dotdotdotArray(_vimMode.json)",
"%dotdotdotArray(_clicksMode.json)",
"%dotdotdotArray(_apps.json)",
"%dotdotdotArray(_globals.json)"
]
},
{
"name": "normal arrows",
"remaps": "%array(_remaps.json)",
"delayUntilRepeat": 300,
"keyRepeatInterval": 25,
"keyPresses": "%array(_keyPresses.json)",
"keyPressesDelay": 200,
"keybindings": [
"%dotdotdotArray(_vimMode.json)",
"%dotdotdotArray(_clicksMode.json)",
"%dotdotdotArray(_apps.json)",
"%dotdotdotArray(_globals.json)"
]
}
]
}