mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
This commit is contained in:
parent
41c4ce3c58
commit
ca9e0a70f5
2 changed files with 3 additions and 0 deletions
|
@ -336,6 +336,7 @@ struct SC_setkeymap_params {
|
|||
const u32* shift_map;
|
||||
const u32* alt_map;
|
||||
const u32* altgr_map;
|
||||
const u32* shift_altgr_map;
|
||||
StringArgument map_name;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue