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

KeyboardSettings: Allow changing and applying active keymap

Previously only the list of allowed keymaps could be modified and
applied to the system.

Add a new button to activate the selected keymap from the list. When
applying the changes to the system, also apply the active keymap.
This commit is contained in:
Nícolas F. R. A. Prado 2022-02-24 22:17:44 -05:00 committed by Andreas Kling
parent a48d7d6adc
commit 2c44c7fc89
3 changed files with 40 additions and 9 deletions

View file

@ -39,6 +39,12 @@
spacing: 4
}
@GUI::Button {
name: "activate_keymap_button"
text: "Activate keymap"
enabled: false
}
@GUI::Button {
name: "add_keymap_button"
text: "Add keymap"