Bitpusher
\`._,'/
(_- -_)
\o/
The Digital
Fox
@VinceVulpes
https://theTechRelay.com https://github.com/bitpusher2k
Modify keyboard shortcuts as desired - https://www.autohotkey.com/docs/v1/Hotkeys.htm.
Compile with AHK into exe and set to start with Windows to have functions available each session.
AHK v1.1 has been what I've been using for years. Scripts were pretty simple, so AHK v2 version is also now included.
Precompiled EXEs of the scripts are also included - Though you should not trust strange macro executables you find on the internet.
Included functions:
- Text expansion of several useful abbreviations, including "ttt" for time, "ddd" for date, and "dddd" for date-stamp (use "::abbreviation::TEXT TO EXPAND TO" format to add your own).
- CapsLk -> Triggers PowerShell clipboard image resize script (from UtilityScripts).
- Shift+CapsLk -> Go up a directory level in Windows Explorer.
- Ctrl+Win+ Up/Down/Left/Right -> PageUp/PageDown/Home/End.
- Ctrl+Win+a -> Launch "Everything" search program.
- Ctrl+Win+s -> Cascade all windows (an option that used to be present in the Windows 10 taskbar right-click menu).
- Ctrl+Win+z -> Move the active window to near the top-left corner of the main screen (especially handy for windows that are lost off the edge of the screen).
- Ctrl+Win+x -> Move the active window to near the top-left corner of the main screen, set the width to 1300, and set the height to 800 (preferred Explorer window size).
- Ctrl+Win+c -> Move the active window to near the top-left corner of the main screen and set width/height to be a bit smaller than the screen.
- Ctrl+Win+v -> Text–only paste from clipboard.
#macro #script #autohotkey #ahk #utility #shortcut