Lemontropia-Suite/modules
LemonNexus 286d3b4f5c feat: add screenshot hotkey manager for manual game capture
- Add modules/screenshot_hotkey.py with global hotkey listener using pynput
- Default hotkeys: F12=Full, Shift+F12=Region, Ctrl+F12=Loot, Alt+F12=HUD
- Integrate into main_window.py with Settings dialog
- Hotkeys work globally (even when game is focused)
- Add Tools → Screenshot Hotkeys menu (Ctrl+Shift+S)
- Shows status message when screenshot is captured
2026-02-11 12:31:59 +00:00
..
auto_screenshot.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
crafting_tracker.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision_ai.py feat: add OpenCV GPU text detection as fallback to PaddleOCR 2026-02-11 12:26:12 +00:00
icon_manager.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
icon_matcher.py feat: add AI Computer Vision with local GPU support 2026-02-11 11:29:10 +00:00
loot_analyzer.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
market_prices.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
notifications.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
opencv_text_detector.py feat: add OpenCV GPU text detection as fallback to PaddleOCR 2026-02-11 12:26:12 +00:00
screenshot_hotkey.py feat: add screenshot hotkey manager for manual game capture 2026-02-11 12:31:59 +00:00