My personal collection of mostly self-made Autohotkey (ahk) scripts. So don't hesitate to use some of the scripts or hotkeys. This repository is not intended for direct use. It is intended as a reference repository or repository to get some useful information for extending your hotkeys. So feel free to cherry pick. I have added comments to describe each hotkey on-line.
I currently use them on Windows 10.
Hint: Some of the functions used are located in misc/#global_functions.ahk
- apps/adobe_acrobat.ahk >> Adobe Acrobat
- apps/browser.ahk >> Browser (Chrome / Chromium, Firefox, Internet Explorer)
- apps/ms_excel.ahk >> Microsoft Excel
- apps/ms_explorer.ahk >> Microsoft Windows Explorer
- apps/ms_outlook.ahk >> Microsoft Office
- apps/ms_powerpoint.ahk >> Microsoft PowerPoint
- apps/ms_word.ahk >> Microsoft Word
- apps/virtuawin.ahk >> Virtuawin
Hint: Some of the functions used are located in misc/#global_functions.ahk
- window_management/alternative_tab.ahk >> Alternative Tab for switching applications
- window_management/extended_scrolling.ahk >> Extended scrolling (mostly horizontal by Shift + Wheel in Windows 10)
- window_management/kde_style_window_dragging.ahk >> KDE-style dragging of windows
- window_management/smart_window_arrangement.ahk >> Smart window arrangement (almost like Spectacle on macOS)
- misc/#global_functions.ahk >> Several useful functions
- misc/#global_hotkeys.ahk >> Several useful (global) hotkeys, like inserting current date and time
- misc/hotstrings.ahk >> Useful hotstrings (at least for me 😏). I use them to insert salutations or emoji.
- misc/media_control.ahk >> Media control by mouse
- misc/register_user_fonts.ahk >> Register user fonts as user 😈, useful if you have no admin rights on your PC
This project is licensed under the terms of the MIT license - see the LICENSE file for details.