hotkey_manager icon indicating copy to clipboard operation
hotkey_manager copied to clipboard

空格快捷键注册成系统类型,软件会崩溃!

Open Crazy-MT opened this issue 4 months ago • 1 comments

HotKey _hotKeySpace = HotKey(
  key: PhysicalKeyboardKey.space,
  scope: HotKeyScope.system, 
)

Crazy-MT avatar Oct 04 '25 04:10 Crazy-MT