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
| # | Win (Windows logo key). Hotkeys that include Win (e.g. #a) will wait for Win to be released before sending any text containing an L keystroke. This prevents usages of [Send](https://www.autohotkey.com/docs/v2/lib/Send.htm) within such a hotkey from locking the PC. This behavior applies to all sending modes except [SendPlay](https://www.autohotkey.com/docs/v2/lib/Send.htm#SendPlayDetail) (which doesn't need it), [blind mode](https://www.autohotkey.com/docs/v2/lib/Send.htm#blind) and [text mode](https://www.autohotkey.com/docs/v2/lib/Send.htm#SendText). |`#S`: Win+S |
84
+
| ! | Alt **Note:** Pressing a hotkey which includes Alt may result in extra simulated keystrokes (Ctrl by default). See [A_MenuMaskKey](https://www.autohotkey.com/docs/v2/lib/A_MenuMaskKey.htm). |`!S`: Alt+S |
85
+
| ^ | Ctrl |`^S`: Ctrl+S |
86
+
| + | Shift |`^+S`: Ctrl+Shift+S |
87
+
88
+
For more hotkey symbol, see [Autohotkey Symbols](https://www.autohotkey.com/docs/v2/Hotkeys.htm#Symbols).
89
+
79
90
### 3.2. Auto-Start on Boot
80
91
81
92
The easiest method to enable auto-start is by placing a shortcut to the script in the `Startup` folder.
0 commit comments