Skip to content

Keyboard event plugin for Flutter Desktop(Windows)

License

Notifications You must be signed in to change notification settings

seiichi3141/keyboard_event

 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.3%
  • Dart 20.9%
  • CMake 11.2%
  • Objective-C 6.8%
  • C 1.9%
  • Batchfile 0.9%