Kernel: Implement AltGr key support

This commit is contained in:
Tibor Nagy 2019-12-31 13:37:38 +01:00 committed by Andreas Kling
commit 624116a8b1
Notes: sideshowbarker 2024-07-19 10:30:34 +09:00
6 changed files with 36 additions and 15 deletions

View file

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