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
|
@ -270,6 +270,13 @@ struct SC_futex_params {
|
|||
const timespec* timeout;
|
||||
};
|
||||
|
||||
struct SC_setkeymap_params {
|
||||
const char* map;
|
||||
const char* shift_map;
|
||||
const char* alt_map;
|
||||
const char* altgr_map;
|
||||
};
|
||||
|
||||
struct SC_create_thread_params {
|
||||
unsigned int m_detach_state = 0; // JOINABLE or DETACHED
|
||||
int m_schedule_priority = 30; // THREAD_PRIORITY_NORMAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue