mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Kernel: Update key_code_count
This was not updated when the Menu button was added.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user