Flow.Launcher/Flow.Launcher.Avalonia/Views/SettingPages
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
..
AboutSettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
AboutSettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
GeneralSettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
GeneralSettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeySettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
HotkeySettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
PluginsSettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
PluginsSettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
ProxySettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
ProxySettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
SettingsWindow.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
SettingsWindow.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
ThemeSettingsPage.axaml Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00
ThemeSettingsPage.axaml.cs Add hotkey recorder with manual modifier tracking 2026-01-18 02:10:53 -08:00