Added note about installing Power Toys from GitHub

This commit is contained in:
Stephen Nilsen
2023-04-08 11:23:33 -05:00
parent b81ef61b46
commit a26f2f699b
2 changed files with 26 additions and 1 deletions

View File

@@ -7,6 +7,13 @@ This [AutoHotKey script](./mac.ahk) seeks to deliver all the **superior** MacOS
![PowerToys_KeyboardManager.png](./PowerToys_KeyboardManager.png)
<div class="note">
<h3><b>NOTE</b></h3>
If your machine is restricted by an admin and you are unable to install Power Toys from the Microsoft store link above, you can try installing the per-user scope version of Power Toys from the <a class="noteLink" href=https://github.com/microsoft/PowerToys/releases>Power Toys GitHub</a>.
<img src="./PowerToys_User_Download.png">
</div>
<br>
3. Optional (but highly recommended): Turn on PowerToys Run and assign it to Ctrl+Space (Since you swapped your Ctrl and Alt keys in the previous step)
![PowerToys_Run](PowerToys_Run.png)
@@ -198,4 +205,22 @@ The behavior of these shortcuts may vary with the app you're using.
- [ ] Shift-Command-S: Display the Save As dialog, or duplicate the current document.
- [ ] ShiftCommandMinus sign (-): Decrease the size of the selected item.
- [ ] ShiftCommandPlus sign (+): Increase the size of the selected item. CommandEqual sign (=) performs the same function.
- [ ] ShiftCommandQuestion mark (?): Open the Help menu.
- [ ] ShiftCommandQuestion mark (?): Open the Help menu.
<style>
.note{
background: #FFB74D;
color: #424242;
border-radius: 1em;
padding: 1em;
}
a.noteLink:link{
color:#1976D2
}
a.noteLink:hover{
color:#2196F3
}
a.noteLink:visited{
color:#7B1FA2
}
</style>