mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibKeyboard: Add new library for keyboard applications
Move shared code base from keymap and KeyboardMapper to this library.
This commit is contained in:
parent
9ec6ac31b8
commit
3bf5602521
Notes:
sideshowbarker
2024-07-19 05:51:56 +09:00
Author: https://github.com/asliturk
Commit: 3bf5602521
Pull-request: https://github.com/SerenityOS/serenity/pull/2455
Reviewed-by: https://github.com/JonArcherII
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
7 changed files with 281 additions and 0 deletions
|
@ -10,6 +10,7 @@ add_subdirectory(LibGUI)
|
|||
add_subdirectory(LibHTTP)
|
||||
add_subdirectory(LibIPC)
|
||||
add_subdirectory(LibJS)
|
||||
add_subdirectory(LibKeyboard)
|
||||
add_subdirectory(LibLine)
|
||||
add_subdirectory(LibM)
|
||||
add_subdirectory(LibMarkdown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue