diff --git a/pages/Plugins/Development/Event-list.md b/pages/Plugins/Development/Event-list.md index 2b8f4e4..d2bc0dc 100644 --- a/pages/Plugins/Development/Event-list.md +++ b/pages/Plugins/Development/Event-list.md @@ -17,7 +17,7 @@ M: means std::unordered_map following props are members. | --- | --- | --- | --- | | tick | fired on a tick, meaning once per (1000 / highestMonitorHz) ms | nullptr | ✕ | | activeWindow | fired on active window change | PHLWINDOW | ✕ | -| keyboardFocus | fired on keyboard focus change. Contains the newly focused surface | wlr_surface* | ✕ | +| keyboardFocus | fired on keyboard focus change. Contains the newly focused surface | SP | ✕ | | moveWorkspace | fired when a workspace changes its monitor | std::vector{PHLWORKSPACE, CMonitor*} | ✕ | | focusedMon | fired on monitor focus change | CMonitor* | ✕ | | moveWindow | fired when a window changes workspace | std::vector{PHLWINDOW, PHLWORKSPACE} | ✕ |