mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Revert "Kernel+Userland: Implement support for PS2 scan code set 2"
This reverts commit 61a385fc01
.
The commit broke the shift and caps lock key from working.
This commit is contained in:
parent
68b0826107
commit
d3025668a4
12 changed files with 440 additions and 982 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
|
||||
SpinlockProtected<KeymapData, LockRank::None>& keymap_data() { return m_keymap_data; }
|
||||
|
||||
u32 get_char_from_character_map(KeyEvent, u8) const;
|
||||
u32 get_char_from_character_map(KeyEvent, bool) const;
|
||||
|
||||
void set_client(KeyboardClient* client);
|
||||
void set_maps(NonnullOwnPtr<KString> character_map_name, Keyboard::CharacterMapData const& character_map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue