Skip to content

Commit

Permalink
Merge pull request #101 from tanjeffreyz/dev
Browse files Browse the repository at this point in the history
Fixed keybind name inconsistencies
  • Loading branch information
tanjeffreyz authored May 29, 2022
2 parents 76b5561 + 8c261a2 commit b2f14a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/vkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
'ctrl': 0x11,
'del': 0x2E,
'end': 0x23,
'pgup': 0x21,
'pgdown': 0x22,
'page up': 0x21,
'page down': 0x22,

'left': 0x25, # Arrow keys
'up': 0x26,
Expand Down

0 comments on commit b2f14a0

Please sign in to comment.