1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

Userland: Preserve keyboard mapping preference on reboot (#6955)

This commit is contained in:
Ömer Kurttekin 2021-05-09 16:56:03 +03:00 committed by GitHub
parent 4c43fc0515
commit d922c2f5f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 68 additions and 1 deletions

2
Base/etc/Keyboard.ini Normal file
View file

@ -0,0 +1,2 @@
[Mapping]
Keymap=en-us

View file

@ -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