-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.neoqwertz.json
69 lines (69 loc) · 1.57 KB
/
config.neoqwertz.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"standaloneLayout": "NeoQwertz",
"standaloneMode": true,
"language": "german",
"filterNeoModifiers": true,
"autoNumlock": true,
"enableMod4Lock": true,
"osk": {
"numpad": true,
"theme": "Grey",
"layout": "iso",
"numberRow": true,
"modifierNames": "standard"
},
"hotkeys": {
"toggleActivation": "Shift+Pause",
"toggleOSK": null,
"toggleOneHandedMode": null
},
"blacklist": [],
"oneHandedMode": {
"mirrorKey": "39",
"mirrorMap": {
"02": "0B",
"03": "0A",
"04": "09",
"05": "08",
"06": "07",
"07": "06",
"08": "05",
"09": "04",
"0A": "03",
"0B": "0C",
"0F": "1A",
"10": "19",
"11": "18",
"12": "17",
"13": "16",
"14": "15",
"15": "14",
"16": "13",
"17": "12",
"18": "11",
"19": "10",
"1A": "0F",
"3A": "28",
"1E": "27",
"1F": "26",
"20": "25",
"21": "24",
"22": "23",
"23": "22",
"24": "21",
"25": "20",
"26": "1F",
"27": "1E",
"2C": "35",
"2D": "34",
"2E": "33",
"2F": "32",
"30": "31",
"31": "30",
"32": "2F",
"33": "2E",
"34": "2D",
"35": "2C"
}
}
}