Skip to content

Commit

Permalink
Add keyboard control right (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelsin authored Jan 16, 2025
1 parent 7a50cfa commit aaeff00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/Data/Keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const KEY_CODES = [
{ label: 'CapsLock', value: 0x39 },
{ label: 'Comma', value: 0x36 },
{ label: 'Control Left', value: 0xe0 },
{ label: 'Control Right', value: 0xe4 },
{ label: 'Delete', value: 0x4c },
{ label: '0', value: 0x27 },
{ label: '1', value: 0x1e },
Expand Down

0 comments on commit aaeff00

Please sign in to comment.