Kernel: Detect the Insert key

This commit is contained in:
gggggg-gggggg 2022-07-24 21:09:16 +02:00 committed by Linus Groh
parent cf69763b54
commit 6f40b19746

View file

@ -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,