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:
parent
a48d7d6adc
commit
2c44c7fc89
3 changed files with 40 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue