Skip to content

Commit da18036

Browse files
committed
Added instructions for UI Access
1 parent e62acd8 commit da18036

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# AutoHotKey
1+
# AutoHotKey
22
Essential Scripts for Mac users stuck on Windows
33

44
# Requirements
5-
- 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
66

77
# Installation
88
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
1212

1313
### Notice
1414
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.
1620

1721
# Autostart
1822
Simply create a shortcut for the script and move this shortcut to `%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup`.

0 commit comments

Comments
 (0)