keyboard_event

ScreenRecording

Flutter Plugin for Windows to catch ALL keyboard events, even if you are using other programs;

This Plugin use Windows 's SetWindowsHookEx API. click the links for details.

WH_KEYBOARD_LL :
Installs a hook procedure that monitors low-level keyboard input events. For more information, see the LowLevelKeyboardProc hook procedure.

Getting Started

See example demo

Libraries

flags
keyboard_event