Krysl / keyboard_event

Keyboard event plugin for Flutter Desktop(Windows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Keyboard event plugin for Flutter Desktop(Windows)

License:MIT License


Languages

Language:C++ 53.9%Language:Dart 20.9%Language:CMake 15.6%Language:C 8.6%Language:Batchfile 1.0%