Userspace: Add us keymap and make it default
This commit is contained in:
parent
9607b4205a
commit
7f5c850744
Binary file not shown.
|
@ -27,7 +27,7 @@ int main()
|
|||
if (signal(SIGINT, [](int) {}) == SIG_ERR)
|
||||
perror("signal");
|
||||
|
||||
if (load_keymap("/usr/share/keymaps/fi.keymap") == -1)
|
||||
if (load_keymap("/usr/share/keymaps/us.keymap") == -1)
|
||||
perror("load_keymap");
|
||||
|
||||
if (fork() == 0)
|
||||
|
|
Loading…
Reference in New Issue