mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:37:46 +00:00
KeyboardSettings+Kernel: Setting to enable Num Lock on login
This commit is contained in:
parent
7fdeb0ec74
commit
ce6658acc1
11 changed files with 58 additions and 1 deletions
|
@ -45,6 +45,8 @@ public:
|
|||
m_modifiers &= ~modifier;
|
||||
}
|
||||
|
||||
void set_num_lock(bool on) { m_num_lock_on = on; }
|
||||
|
||||
protected:
|
||||
KeyboardDevice();
|
||||
mutable SpinLock<u8> m_queue_lock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue