mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Implement AltGr key support
This commit is contained in:
parent
36f1de3c89
commit
624116a8b1
Notes:
sideshowbarker
2024-07-19 10:30:34 +09:00
Author: https://github.com/xTibor
Commit: 624116a8b1
Pull-request: https://github.com/SerenityOS/serenity/pull/972
6 changed files with 36 additions and 15 deletions
|
@ -227,7 +227,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);
|
||||
int sys$setkeymap(const Syscall::SC_setkeymap_params*);
|
||||
int sys$module_load(const char* path, size_t path_length);
|
||||
int sys$module_unload(const char* name, size_t name_length);
|
||||
int sys$profiling_enable(pid_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue