You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Latest Version of [AutoHotKey](https://www.autohotkey.com/) v1.x
5
+
- Latest Version of [AutoHotKey](https://www.autohotkey.com/) v1.x (not tested on v2 beta) with UI Access installed
6
6
7
7
# Installation
8
8
For those who use Mac keyboards (where the `⌘` key shows up as the `⊞/Meta` key on PCs), use the [Mac.ahk](https://github.com/thebitstick/AutoHotKey/blob/main/Mac.ahk) file.
@@ -12,7 +12,11 @@ Once AutoHotKey is installed, simply launch the script and it will instantly tak
12
12
13
13
### Notice
14
14
The [Mac.ahk](https://github.com/thebitstick/AutoHotKey/blob/main/Mac.ahk) file disables the ability to lock your workstation due to Windows not giving up the `⊞ + L` shortcut to map `⌘ + L` to `⌃ + L`.
15
-
To disable this functionality (and thus disabling using `⌘ + L`), comment [this line](https://github.com/thebitstick/AutoHotKey/blob/33c9b5882d3977c116bc3995959270fece2dbc74/Mac.ahk#L33).
15
+
To disable this functionality (and thus disabling using `⌘ + L`), comment [this line](https://github.com/thebitstick/AutoHotKey/blob/33c9b5882d3977c116bc3995959270fece2dbc74/Mac.ahk#L33) out.
16
+
17
+
### Notice
18
+
In order to control programs running as Administrator, this script uses AutoHotKey's UI Access feature. This must be enabled when installing AutoHotKey.
19
+
To disable this functionality (and thus disable controlling programs running as Administrator), comment [these lines](https://github.com/thebitstick/AutoHotKey/blob/394f8a6a769fbc1593fb8032ab9b4765e3df3058/Mac.ahk#L29-L32) out.
16
20
17
21
# Autostart
18
22
Simply create a shortcut for the script and move this shortcut to `%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup`.
0 commit comments