mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
Applications: Add new KeyboardMapper application
New editing app for keymap files.
This commit is contained in:
parent
92d03931d6
commit
d3578fdf9b
8 changed files with 702 additions and 0 deletions
8
Applications/KeyboardMapper/CMakeLists.txt
Normal file
8
Applications/KeyboardMapper/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
KeyboardMapperWidget.cpp
|
||||
KeyButton.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(KeyboardMapper)
|
||||
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
|
Loading…
Add table
Add a link
Reference in a new issue