mirror of
https://github.com/stevenilsen123/mac-keyboard-behavior-in-windows.git
synced 2025-12-13 21:45:28 +03:00
Added note about installing Power Toys from GitHub
This commit is contained in:
BIN
PowerToys_User_Download.png
Normal file
BIN
PowerToys_User_Download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
25
README.md
25
README.md
@@ -7,6 +7,13 @@ This [AutoHotKey script](./mac.ahk) seeks to deliver all the **superior** MacOS
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<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)
|
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)
|
||||||
|
|
||||||

|

|
||||||
@@ -199,3 +206,21 @@ The behavior of these shortcuts may vary with the app you're using.
|
|||||||
- [ ] Shift–Command–Minus sign (-): Decrease the size of the selected item.
|
- [ ] Shift–Command–Minus sign (-): Decrease the size of the selected item.
|
||||||
- [ ] Shift–Command–Plus sign (+): Increase the size of the selected item. Command–Equal sign (=) performs the same function.
|
- [ ] Shift–Command–Plus sign (+): Increase the size of the selected item. Command–Equal sign (=) performs the same function.
|
||||||
- [ ] Shift–Command–Question mark (?): Open the Help menu.
|
- [ ] Shift–Command–Question 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>
|
||||||
Reference in New Issue
Block a user