forked from cafali/SnapKey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.cfg
101 lines (89 loc) · 1.27 KB
/
config.cfg
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
101
[Group]
key1=65
key2=68
[Group]
key3=83
key4=87
# After applying the changes, please restart SnapKey.
# For further help, visit the README.pdf file.
# -------------------------------------------------------------
# Q D / Z S AZERTY Key1=81 Key2=68 / Key3=90 Key4=83
# A D / S W QWERTY Key1=65 Key2=68 / Key3=83 Key4=87
# A D / S W QWERTZ Key1=65 Key2=68 / Key3=83 Key4=87
# -------------------------------------------------------------
# Default Keys:
# A - 65
# D - 68
# S - 83
# W - 87
# ASCII Code List:
# A - 65
# B - 66
# C - 67
# D - 68
# E - 69
# F - 70
# G - 71
# H - 72
# I - 73
# J - 74
# K - 75
# L - 76
# M - 77
# N - 78
# O - 79
# P - 80
# Q - 81
# R - 82
# S - 83
# T - 84
# U - 85
# V - 86
# W - 87
# X - 88
# Y - 89
# Z - 90
#Arrow Keys:
#Up - 38
#Down - 40
#Left - 37
#Right - 39
#Special Keys:
# SPACE - 32
# ! - 33
# " - 34
# # - 35
# $ - 36
# % - 37
# & - 38
# ' - 39
# ( - 40
# ) - 41
# * - 42
# + - 43
# , - 44
# - - 45
# . - 46
# / - 47
# 0 - 48
# 1 - 49
# 2 - 50
# 3 - 51
# 4 - 52
# 5 - 53
# 6 - 54
# 7 - 55
# 8 - 56
# 9 - 57
# : - 58
# ; - 59
# < - 60
# = - 61
# > - 62
# ? - 63
# @ - 64
# { - 123
# | - 124
# } - 125
# ~ - 126
# DEL - 127