mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Services: Use new global variables at /sys/kernel/ directory
This commit is contained in:
parent
b579d9518c
commit
35c98a031a
11 changed files with 13 additions and 13 deletions
|
@ -90,7 +90,7 @@ void KeymapSwitcher::next_keymap()
|
|||
|
||||
String KeymapSwitcher::get_current_keymap() const
|
||||
{
|
||||
auto proc_keymap = Core::File::construct("/proc/keymap");
|
||||
auto proc_keymap = Core::File::construct("/sys/kernel/keymap");
|
||||
if (!proc_keymap->open(Core::OpenMode::ReadOnly))
|
||||
VERIFY_NOT_REACHED();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue