Flow.Launcher/Flow.Launcher.Infrastructure/Hotkey
Hongtao Zhang 0f9b9329dd Add hotkey recorder with manual modifier tracking
- Add HotkeyRecorderDialog with global keyboard hook for capturing hotkeys
- Implement manual modifier state tracking to handle swallowed key events
- Add HotkeyControl button that opens the recorder dialog
- Add CheckAvailability and RemoveToggleHotkey to HotKeyMapper
- Expose GetKeyFromVk helper in GlobalHotkey infrastructure
- Add Settings pages (General, Plugin, Theme, Proxy, About)
- Add PreviewPanel for result previews in main window
- Fix hook reuse issue by clearing callback on close instead of disposing
2026-01-18 02:10:53 -08:00
..
GlobalHotkey.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeyModel.cs Fix duplicate modifier and clean up code 2024-04-17 23:10:31 -05:00
IHotkeySettings.cs Implement displaying localized warning messages for duplicate hotkeys in HotkeyControlDialog, and implement the ability to overwrite them 2024-04-26 11:42:20 +06:00
RegisteredHotkeyData.cs Implement displaying localized warning messages for duplicate hotkeys in HotkeyControlDialog, and implement the ability to overwrite them 2024-04-26 11:42:20 +06:00