Additional keyboard shortcuts powered by AutoHotkey
Shortcuts Tool (by Sagie Zafrani)
- dist/shortcuts.exe โ Global hotkeys (compiled AHK)
- dist/shortcuts_gui.exe โ Shortcut menu (compiled Python GUI)
- src/shortcuts.ahk โ AutoHotkey source code
- src/shortcuts_gui.py โ Python GUI source code
- Run shortcuts.exe from the
dist/folder - Most important shortcut:
Ctrl + Shift + `
markdown
Copy code
โ Opens the menu window with all shortcuts
3. Other shortcuts:
Alt + Tโ Translate selected text into HebrewAlt + Yโ Search on YouTubeAlt + Mโ Open YouTube MusicCtrl + Alt + Hโ Convert English โ HebrewCtrl + Alt + Eโ Convert Hebrew โ English
To make the tool run automatically when your computer boots:
- Press
Win + R - Type:
shell:startup
yaml Copy code 3. Create a shortcut to shortcuts.exe in that folder
- To edit hotkeys: open
src/shortcuts.ahk(requires AutoHotkey v2) - To edit the GUI: open
src/shortcuts_gui.py(requires Python + customtkinter) - You can rebuild the
.exefiles using Ahk2Exe and PyInstaller