mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
Userland: Preserve keyboard mapping preference on reboot (#6955)
This commit is contained in:
parent
4c43fc0515
commit
d922c2f5f3
Notes:
sideshowbarker
2024-07-18 18:26:33 +09:00
Author: https://github.com/Omerktn 🔰
Commit: d922c2f5f3
Pull-request: https://github.com/SerenityOS/serenity/pull/6955
Reviewed-by: https://github.com/awesomekling
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