We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ce57b commit e17d29bCopy full SHA for e17d29b
meta/backup.snapkey
@@ -1,12 +1,12 @@
1
-keyA=65
2
-keyD=68
+key1=65
+key2=68
3
4
# After applying the changes, please restart SnapKey.
5
-# Change the number, for example, for "G" - KeyA=71
+# Change the number, for example, for "G" - Key1=71
6
# ---------------------------------------------------------
7
-# for AZERTY - KeyA=81 KeyD=68
8
-# for QWERTZ - KeyA=65 KeyD=68
9
-# for QWERTY - KeyA=65 KeyD=68
+# for AZERTY - Key1=81 Key2=68
+# for QWERTZ - Key1=65 Key2=68
+# for QWERTY - Key1=65 Key2=68
10
11
12
# ASCII Code List:
@@ -77,4 +77,4 @@ keyD=68
77
# | - 124
78
# } - 125
79
# ~ - 126
80
-# DEL - 127
+# DEL - 127
0 commit comments