mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +00: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_End,
|
||||||
Key_Down, // 80
|
Key_Down, // 80
|
||||||
Key_PageDown,
|
Key_PageDown,
|
||||||
Key_Invalid,
|
Key_Insert,
|
||||||
Key_Delete, // 83
|
Key_Delete, // 83
|
||||||
Key_Invalid,
|
Key_Invalid,
|
||||||
Key_Invalid,
|
Key_Invalid,
|
||||||
|
@ -195,7 +195,7 @@ static constexpr KeyCode shifted_key_map[0x100] = {
|
||||||
Key_End,
|
Key_End,
|
||||||
Key_Down, // 80
|
Key_Down, // 80
|
||||||
Key_PageDown,
|
Key_PageDown,
|
||||||
Key_Invalid,
|
Key_Insert,
|
||||||
Key_Delete, // 83
|
Key_Delete, // 83
|
||||||
Key_Invalid,
|
Key_Invalid,
|
||||||
Key_Invalid,
|
Key_Invalid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue