1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 00:35:06 +00:00

Kernel: Update key_code_count

This was not updated when the Menu button was added.
This commit is contained in:
Aatos Majava 2022-01-04 19:13:55 +02:00 committed by Linus Groh
parent a362a95912
commit d17dca5c91

View file

@ -125,7 +125,7 @@ enum KeyCode : u8 {
Key_Shift
= Key_LeftShift,
};
const int key_code_count = Key_Super;
const int key_code_count = Key_Menu;
enum KeyModifier {
Mod_None = 0x00,