FLUTTER ECOSYSTEM

Krysl/keyboard_event

適用於 Flutter 桌面端(Windows)的鍵盤事件外掛程式

keyboard_event 專案封面
Stars
22
Forks
10
最近推送(UTC)
2026年5月7日
專案狀態
未封存
Krysl GitHub avatar
GITHUB User

Krysl ↗

Nanjing China
語言C++DartCMakeCBatchfile

此儲存庫發佈的套件

使用的依賴

依賴清單 4 項
  • flutter{"sdk":"flutter"}
  • logger^1.0.0
  • flutter_test開發依賴{"sdk":"flutter"}
  • flutter_lints開發依賴^2.0.1

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

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