LemonNexus
|
92e528b5b6
|
feat: Fix system tray and add configurable hotkeys
SYSTEM TRAY FIXES:
- Added fallback icon search paths
- Falls back to standard system icon if no custom icon found
- Better error handling for missing icon files
- System tray should now show in Windows taskbar
HOTKEY MANAGEMENT:
- New HotkeyManager class (core/hotkey_manager.py)
- JSON-based configuration storage
- 10 configurable global hotkeys
- 2 local hotkeys
- Validation for key combinations
- Conflict detection
- Reset to defaults
HOTKEYS TAB:
- Added 'Hotkeys' tab to Settings dialog
- Categorized by scope: Global/Local/Overlay
- Shows current key bindings
- Enable/disable toggles
- Visual styling with color-coded sections
- Reset to defaults button
DEFAULT HOTKEYS:
Global:
- Ctrl+Shift+U: Toggle overlay
- Ctrl+Shift+H: Hide overlays
- Ctrl+Shift+F: Universal search
- Ctrl+Shift+N: Nexus search
- Ctrl+Shift+C: Calculator
- Ctrl+Shift+M: Spotify
- Ctrl+Shift+R: Game reader (OCR)
- Ctrl+Shift+S: Skill scanner
- Ctrl+Shift+L: Loot tracker
- Ctrl+Shift+P: Screenshot
Local:
- Ctrl+T: Toggle theme
Overlay:
- ESC: Close overlay
|
2026-02-14 19:17:42 +00:00 |