Global keyboard events
public delegate bool FlowLauncherGlobalKeyboardEventHandler(int keyevent, int vkcode,
SpecialKeyState state);
parameter | description |
---|---|
keyevent | WM_KEYDOWN = 256,WM_KEYUP = 257,WM_SYSKEYUP = 261,WM_SYSKEYDOWN = 260 |
vkcode | |
state |
return true to continue handling, return false to intercept system handling
- class SpecialKeyState
- namespace Flow.Launcher.Plugin