mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Userland: Preserve keyboard mapping preference on reboot (#6955)
This commit is contained in:
parent
4c43fc0515
commit
d922c2f5f3
6 changed files with 68 additions and 1 deletions
2
Base/etc/Keyboard.ini
Normal file
2
Base/etc/Keyboard.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Mapping]
|
||||
Keymap=en-us
|
|
@ -161,6 +161,10 @@ AcceptSocketConnections=1
|
|||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[KeyboardPreferenceLoader]
|
||||
KeepAlive=0
|
||||
User=anon
|
||||
|
||||
[TestRunner@ttyS0]
|
||||
Executable=/home/anon/tests/run-tests-and-shutdown.sh
|
||||
StdIO=/dev/ttyS0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue