Skip to content

Commit

Permalink
numpad keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cafali authored Sep 23, 2024
1 parent 10fbf7c commit dbdde67
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ key4=87
# Y - 89
# Z - 90

#Arrow Keys:
# Arrow Keys:

#Up - 38
#Down - 40
#Left - 37
#Right - 39

#Special Keys:
# Special Keys:

# BACKSPACE - 8
# L SHIFT - 160
Expand All @@ -71,3 +71,16 @@ key4=87
# ESC - 27
# SPACE - 32
# DEL - 46

# Numpad Keys:

# NUM0 - 96
# NUM1 - 97
# NUM2 - 98
# NUM3 - 99
# NUM4 - 100
# NUM5 - 101
# NUM6 - 102
# NUM7 - 103
# NUM8 - 104
# NUM9 - 105

0 comments on commit dbdde67

Please sign in to comment.