1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.

This commit is contained in:
Davide Carella 2021-01-05 09:39:33 +01:00 committed by Andreas Kling
parent 41c4ce3c58
commit ca9e0a70f5
2 changed files with 3 additions and 0 deletions

View file

@ -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;
};