mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Kernel: Detect the Insert key
This commit is contained in:
parent
cf69763b54
commit
6f40b19746
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ static constexpr KeyCode unshifted_key_map[0x80] = {
|
|||
Key_End,
|
||||
Key_Down, // 80
|
||||
Key_PageDown,
|
||||
Key_Invalid,
|
||||
Key_Insert,
|
||||
Key_Delete, // 83
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
|
@ -195,7 +195,7 @@ static constexpr KeyCode shifted_key_map[0x100] = {
|
|||
Key_End,
|
||||
Key_Down, // 80
|
||||
Key_PageDown,
|
||||
Key_Invalid,
|
||||
Key_Insert,
|
||||
Key_Delete, // 83
|
||||
Key_Invalid,
|
||||
Key_Invalid,
|
||||
|
|
Loading…
Add table
Reference in a new issue