1
Fork 0
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:
Hüseyin ASLITÜRK 2020-06-02 20:59:30 +03:00 committed by Andreas Kling
parent 92d03931d6
commit d3578fdf9b
8 changed files with 702 additions and 0 deletions

View file

@ -0,0 +1,8 @@
set(SOURCES
KeyboardMapperWidget.cpp
KeyButton.cpp
main.cpp
)
serenity_bin(KeyboardMapper)
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)