1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:48:11 +00:00

Kernel: Detect the Delete key.

This commit is contained in:
Andreas Kling 2019-03-07 16:20:00 +01:00
parent 38662f884d
commit ac78cdae46

View file

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