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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Here are some of the features WINDOWS-AHK offers:
21
21
22
22
- 🔄 Application switcher: Launch or toggle between apps using function keys (customizable).
23
23
- 📁 File Explorer power-shortcuts: Instantly Open file explorer or navigate to folders like Downloads, Music, or open VS Code in the current directory.
24
-
- 🧠 Hotstrings & snippets: Type /date, /addr, etc., to expand text dynamically.
24
+
- 🧠 Hotstrings & snippets: Type /date, /addr, etc., to expand text dynamically (customizable).
25
25
- 🔤 Text case transformers: Change selected text to uppercase, lowercase, or title case instantly.
26
26
- 🔍 Quick search: Search any selected text directly in your browser.
27
27
- 🖥️ Presentation mode: Toggle Windows Presentation Mode on/off.
@@ -31,11 +31,12 @@ Here are some of the features WINDOWS-AHK offers:
AutoHotkey is a free and open-source scripting language for Windows, originally designed to create custom keyboard shortcuts, automate tasks, and perform fast macro-creation. It empowers users of all skill levels to automate repetitive tasks in Windows applications.
35
-
36
-
- Official Website: [autohotkey.com](https://www.autohotkey.com)
<p>AutoHotkey is a free and open-source scripting language for Windows, originally designed to create custom keyboard shortcuts, automate tasks, and perform fast macro-creation. It empowers users of all skill levels to automate repetitive tasks in Windows applications.</p>
@@ -52,7 +53,7 @@ THESE SCRIPTS TEND TO BE VERY ADDICTIVE.
52
53
1. Download the `WINDOWS_AHK.exe` from the latest [releases](https://github.com/arlbibek/windows-ahk/releases).
53
54
2. Run the `WINDOWS_AHK.exe` file. Done!
54
55
55
-
> **Please note:** You are likely to encounter a **Windows SmartScreen warning** when launching `windows_ahk.exe` for the first time.
56
+
> **Please note:** You are likely to encounter a [Windows SmartScreen warning](https://sockettools.com/kb/smartscreen-installation-warnings/) when launching `windows_ahk.exe` for the first time.
56
57
> This is a common behavior for executables that aren't digitally signed or widely downloaded.
57
58
>
58
59
> To proceed: Click **"More info"** on the warning screen. Then click **"Run anyway"**.
0 commit comments