mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Update key_code_count
This was not updated when the Menu button was added.
This commit is contained in:
parent
a362a95912
commit
d17dca5c91
Notes:
sideshowbarker
2024-07-17 21:41:03 +09:00
Author: https://github.com/aatosmajava
Commit: d17dca5c91
Pull-request: https://github.com/SerenityOS/serenity/pull/11620
Reviewed-by: https://github.com/TobyAsE ✅
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue