mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Kernel: Implement the setkeymap() syscall.
This commit is contained in:
parent
28ada30783
commit
794ca16cca
5 changed files with 54 additions and 3 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
KeyboardDevice();
|
||||
|
||||
void set_client(KeyboardClient* client) { m_client = client; }
|
||||
void set_maps(char* n_map, char* n_shift_map, char* n_alt_map);
|
||||
|
||||
// ^CharacterDevice
|
||||
virtual ssize_t read(FileDescription&, u8* buffer, ssize_t) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue