Kernel: Detect the Delete key.
This commit is contained in:
parent
38662f884d
commit
ac78cdae46
Notes:
sideshowbarker
2024-07-19 15:08:23 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ac78cdae469
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ static KeyCode unshifted_key_map[0x80] =
|
|||
Key_Down, // 80
|
||||
Key_PageDown,
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
Key_Delete, // 83
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
|
@ -108,7 +108,7 @@ static KeyCode shifted_key_map[0x100] =
|
|||
Key_Down, // 80
|
||||
Key_PageDown,
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
Key_Delete, // 83
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
|
|
Loading…
Add table
Reference in a new issue