mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
WindowServer+Keymap+LibGUI: Add widget to display current keymap
This commit is contained in:
parent
68a01f0e27
commit
b9c558f6c6
14 changed files with 160 additions and 17 deletions
13
Userland/Applets/Keymap/CMakeLists.txt
Normal file
13
Userland/Applets/Keymap/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
serenity_component(
|
||||
Keymap.Applet
|
||||
REQUIRED
|
||||
TARGETS Keymap.Applet
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
KeymapStatusWindow.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(Keymap.Applet)
|
||||
target_link_libraries(Keymap.Applet LibGUI LibCore LibGfx LibMain LibKeyboard)
|
Loading…
Add table
Add a link
Reference in a new issue