mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
Kernel+LibKeyboard: Store the keymap name when setting system keymap
This way we can query the kernel to see which keymap is currently in use.
This commit is contained in:
parent
8dd0c391e9
commit
00a0e525e6
Notes:
sideshowbarker
2024-07-19 04:13:23 +09:00
Author: https://github.com/vkoskiv
Commit: 00a0e525e6
Pull-request: https://github.com/SerenityOS/serenity/pull/3021
Issue: https://github.com/SerenityOS/serenity/issues/2684
Reviewed-by: https://github.com/awesomekling
6 changed files with 32 additions and 6 deletions
|
@ -342,6 +342,7 @@ struct SC_setkeymap_params {
|
|||
Userspace<const u32*> shift_map;
|
||||
Userspace<const u32*> alt_map;
|
||||
Userspace<const u32*> altgr_map;
|
||||
StringArgument map_name;
|
||||
};
|
||||
|
||||
struct SC_create_thread_params {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue