15 |
16 | Do you often find yourself repeating small, tedious tasks — like switching between apps, copying text, pasting it into a browser to search, checking the calendar just to type today’s date, changing text cases, or typing the same responses over and over? This script attempts to eliminate those micro-frustrations by automating repetitive actions.
17 |
18 | ## 🚀 Features
19 |
20 | Here are some of the features WINDOWS-AHK offers:
21 |
22 | - 🔄 Application switcher: Launch or toggle between apps using function keys (customizable).
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 (customizable).
25 | - 🔤 Text case transformers: Change selected text to uppercase, lowercase, or title case instantly.
26 | - 🔍 Quick search: Search any selected text directly in your browser.
27 | - 🖥️ Presentation mode: Toggle Windows Presentation Mode on/off.
28 | - 🧩 Customizable: Change actions, hotkeys, and text expansions via configuration file — no code needed!
29 |
30 | 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 |
15 |
16 | Do you often find yourself repeating small, tedious tasks — like switching between apps, copying text, pasting it into a browser to search, checking the calendar just to type today’s date, changing text cases, or typing the same responses over and over? This script attempts to eliminate those micro-frustrations by automating repetitive actions.
17 |
18 | ## 🚀 Features
19 |
20 | Here are some of the features WINDOWS-AHK offers:
21 |
22 | - 🔄 Application switcher: Launch or toggle between apps using function keys (customizable).
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 (customizable).
25 | - 🔤 Text case transformers: Change selected text to uppercase, lowercase, or title case instantly.
26 | - 🔍 Quick search: Search any selected text directly in your browser.
27 | - 🖥️ Presentation mode: Toggle Windows Presentation Mode on/off.
28 | - 🧩 Customizable: Change actions, hotkeys, and text expansions via configuration file — no code needed!
29 |
30 | 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 |
6 |
7 | |
8 |
9 | This document lists keyboard shortcuts for arlbibek/windows-ahk, a simple and intuitive AutoHotKey script to enhance your Windows workflow. 10 |For setup instructions, refer to the README.md on GitHub. 11 |Made with ❤️ by Bibek Aryal. 12 | |
13 |