Skip to content

Releases: thebitstick/AutoHotKey

1.1.2

06 Jan 11:43
Compare
Choose a tag to compare

Thanks to @anonymous1184 on Reddit for some great suggestions to make this release even better!

  • Forgot to add a file extension for 'Mac but PC.ahk'
  • Replaced Admin Elevation with AutoHotKey's UI Access feature
  • Switched a bunch of combinations to use modifiers
  • Added Directives for Firefox exceptions
  • Added Directives for Explorer exceptions

1.1.1

06 Jan 01:20
320abf9
Compare
Choose a tag to compare
  • Fixed En-Dash and Em-Dash Shortcut
  • Added Window Center Shortcut from Center.ahk to Mac.ahk (which merges Center.ahk with Mac.ahk)
  • Created a duplicate script for Mac.ahk but rather than using the ⊞/Meta key as the new key, it uses the Alt/⌥ key as the new key, called Mac but PC.ahk
  • Added instructions to README.md

1.1.0

03 Jan 11:12
0816d89
Compare
Choose a tag to compare

Major refactoring!

Added almost every shortcut featured on https://support.apple.com/en-us/HT201236
Includes:

  • Command+Shift+Z, Redo Shortcut (mapped to Control+Y, common in Windows applications)
  • Command+Option+Esc, Opens Task Manager
  • Command+Control+Space, Opens Character Viewer
  • Command+Control+F, Fullscreen (mapped to F11)
  • Command+Control+Q, Locks Windows (disabled for Meta+L to be mapped to Control+L)
  • Command+Shift+Q, Log Out (untested, may result in shutdown instead??)
  • Command+Option+V, Pastes in Explorer (Cut/Paste model exist on Windows, doesn't on macOS, Pastes Text Styles everywhere else
  • Command+Shift+Delete/BS, Empties Trash "with warning" (on macOS, no way to do that on Windows)
  • Command+Option+Shift+Delete/BS, Empties Trash without warning
  • Command+F3/Mission Control, Shows Desktop
  • Command+Shift+[ (OR AS APPLE SAYS, COMMAND+{), Left Aligns Texts
  • Command+Shift+] (OR AS APPLE SAYS, COMMAND+}), Right Aligns Texts
  • Command+Shift+, Center Aligns Texts
  • Command+Option+F, Focuses Search (on macOS, but on Windows, this just does Control+F, just like Command+F)
  • Command+Option+C, Copies Text Styles
  • Command+Option+Shift+V, Pastes Text while matching Styles

Fixes/Other Additions Include:

  • Firefox-only Command+[ and Command+] now works for all programs (Explorer/Finder uses it)
  • Added File Deletion Shortcut (Command+Delete/BS)
  • Added Explorer/Finder Navigation Shortcuts
  • Added/Fixed File Opening Shortcut (Command+O worked in everything but Explorer, which uses Enter; now fixed)
  • Added File Renaming Shortcut (not found on macOS by default, but found on Windows, now Command+U)
  • Added Explorer/Finder View Option Shortcuts (Command+5 doesn't exist on macOS, but Details view in Explorer is pretty important)
  • Added File Properties Shortcut (Command+I)

1.0.1

03 Jan 08:55
d3b9348
Compare
Choose a tag to compare
  • Fixed Command + Enter not working
  • Fixed Alt not being disabled
  • Added Command + Shift + I

1.0.0

03 Jan 08:17
e198eba
Compare
Choose a tag to compare
Initial Upload

After many hours of work...