mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +00:00
Base+WindowsServer+keymap: Store multiple keymaps in a config
This commit is contained in:
parent
5a31697bcf
commit
c7bd47c87c
12 changed files with 405 additions and 100 deletions
|
@ -5,11 +5,13 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(Keyboard.gml KeyboardWidgetGML.h keyboard_widget_gml)
|
||||
compile_gml(KeymapDialog.gml KeymapDialogGML.h keymap_dialog_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
KeyboardSettingsWidget.cpp
|
||||
KeyboardWidgetGML.h
|
||||
KeymapDialogGML.h
|
||||
)
|
||||
|
||||
serenity_app(KeyboardSettings ICON app-keyboard-settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue