mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +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
|
@ -36,6 +36,7 @@ enum WMEventMask {
|
|||
WindowIconChanges = 1 << 2,
|
||||
WindowRemovals = 1 << 3,
|
||||
WorkspaceChanges = 1 << 4,
|
||||
KeymapChanged = 1 << 5,
|
||||
};
|
||||
|
||||
enum class WindowTileType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue