Skip to content

Commit

Permalink
fixed pgup -> page up and page down too
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjeffreyz committed May 29, 2022
1 parent 76b5561 commit 8c261a2
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 8c261a2

Please sign in to comment.