mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
Kernel: Implement the setkeymap() syscall.
This commit is contained in:
parent
28ada30783
commit
794ca16cca
Notes:
sideshowbarker
2024-07-19 11:05:18 +09:00
Author: https://github.com/asliturk
Commit: 794ca16cca
Pull-request: https://github.com/SerenityOS/serenity/pull/820
5 changed files with 54 additions and 3 deletions
|
@ -221,6 +221,7 @@ public:
|
|||
int sys$set_process_icon(int icon_id);
|
||||
int sys$realpath(const char* pathname, char*, size_t);
|
||||
ssize_t sys$getrandom(void*, size_t, unsigned int);
|
||||
int sys$setkeymap(char* map, char* shift_map, char* alt_map);
|
||||
|
||||
static void initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue