mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
Keyboard: Shift+backspace should generate backspace character.
This commit is contained in:
parent
8fa7d96f50
commit
d059e684a2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static char map[0x80] =
|
|||
|
||||
static char shift_map[0x80] =
|
||||
{
|
||||
0, '\033', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', 0, 0,
|
||||
0, '\033', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', 0x08, 0,
|
||||
'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P', '{', '}', '\n', 0,
|
||||
'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', ':', '"', '~', 0, '|',
|
||||
'Z', 'X', 'C', 'V', 'B', 'N', 'M', '<', '>', '?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue