Fast Word is a tiny AutoHotkey v2 helper for people who live in the keyboard, shortcuts, and a CLI‑style rhythm: stay in File Explorer, never reach for the mouse, and spin up blank Microsoft Word (.docx) files as fast as you create folders.
If your ideal workflow is Explorer in focus → chord → new file, this repo is for you.
- Power users and developers who already navigate with Ctrl, Alt, and Win combinations
- Anyone who wants a mouse‑free, repeatable way to add Word documents next to project files
- Teams that batch‑create docs: one hotkey, many files, with automatic naming (
New document.docx,New document (2).docx, …)
| Action | Shortcut | Where it comes from |
|---|---|---|
| New folder | Ctrl + Shift + N | Windows 11 File Explorer (built‑in) |
| New Word document | Ctrl + Shift + D | This script — creates .docx in the active Explorer folder |
Use Ctrl+Shift+N to carve the folder, Ctrl+Shift+D to drop another Word file inside it. Repeat as often as you like — no ribbon, no right‑click parade.
- Template in Downloads — On first use, the script ensures
%USERPROFILE%\Downloads\empty.docxexists. If that file is missing, it starts Word invisibly once, saves a blank.docxthere, then exits Word. - Copy into the current folder — With File Explorer focused on your target directory, Ctrl+Shift+D copies that template into that folder as the next free name (
New document.docx,New document (2).docx, …). - Fast iteration — The heavy lifting is a file copy, so you can fire multiple documents in seconds while staying on the keyboard.
That’s the whole idea: one silent template in Downloads, unlimited fast copies wherever Explorer is pointing.
- Windows 11 (or Windows 10 with equivalent File Explorer COM behavior)
- AutoHotkey v2 — see Install AutoHotkey v2 (this is what runs your hotkeys; there is no separate “Hotkeys” app to install)
- Microsoft Word (needed the first time to create
empty.docx, and for opening/editing the files afterward)
Fast Word’s Ctrl+Shift+D shortcut is implemented with AutoHotkey v2: free, open-source hotkey and automation tooling for Windows. Install it once, then keep Create Word.ahk running (or compile it to an .exe).
- Open autohotkey.com and choose Download (official installer).
- Run the installer and select AutoHotkey v2 when asked. This repo uses v2 only (
#Requires AutoHotkey v2.0in the script). - After setup, double-click
Create Word.ahk. If Windows asks which program to use, pick AutoHotkey v2. - (Optional) To start the script with Windows: place a shortcut in the Startup folder (
Win+R→shell:startup) or use Task Scheduler.
| Resource | Link |
|---|---|
| Home & download | https://www.autohotkey.com/ |
| AutoHotkey v2 docs | https://www.autohotkey.com/docs/v2/ |
| Getting started | https://www.autohotkey.com/docs/v2/Welcome.htm |
Hotkeys (::) |
https://www.autohotkey.com/docs/v2/Hotkeys.htm |
- Ga naar autohotkey.com → Download en voer het officiële installatieprogramma uit.
- Kies AutoHotkey v2 (niet versie 1 — dit project is alleen v2).
- Dubbelklik daarna op
Create Word.ahkom de hotkeys te activeren. - Uitgebreide uitleg (Engels): AutoHotkey v2-documentatie en pagina over hotkeys.
- Install AutoHotkey v2 (see Install AutoHotkey v2).
- Save or clone this repo where you like (the script path does not have to match your documents folder).
- Run
Create Word.ahk(or compile it and run the executable). - Open File Explorer, focus the folder you want, press Ctrl+Shift+D.
Suggested GitHub repository description (≈160 characters):
Fast Word (WordFast): AutoHotkey Windows 11 File Explorer shortcut — Ctrl+Shift+D creates blank Word .docx from a Downloads template; keyboard-only, power-user workflow.
Topics / tags to add on GitHub: autohotkey, windows-11, file-explorer, keyboard-shortcuts, microsoft-word, docx, productivity, ahk-v2, power-user, cli-style.
