Skip to content

Commit

Permalink
Update config.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cafali authored Jul 25, 2024
1 parent 7c3e29a commit 53a354f
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions config.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change the number, for example, for "G" - KeyA=71
# AZERTY - KeyA=81 KeyD=68

keyA=65
keyA=65
keyD=68

# After applying the changes, please restart Snapkey.
# ---------------------------------------------------------
# for AZERTY - KeyA=81 KeyD=68
# for QWERTZ - KeyA=65 KeyD=68
# for QWERTY - KeyA=65 KeyD=68

# After applying the changes, please restart Snapkey.
# ---------------------------------------------------------
# ASCII Code List

# A=65
Expand Down Expand Up @@ -33,4 +37,45 @@ keyD=68
# W=87
# X=88
# Y=89
# Z=90
# Z=90

#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

0 comments on commit 53a354f

Please sign in to comment.