Interactive desktop course for the most useful keyboard shortcuts on Windows, macOS and Linux. Not another cheatsheet.
2
stars
57
commits
TypeScript
primary language
Sep 14, 2026
updated
Shortcut Express is a desktop course that teaches keyboard shortcuts to people who still do most things with a mouse. Not a reference sheet and not a quiz: an interactive textbook. Each lesson names a familiar problem, shows the faster way, guides the learner through it with the keys lit up, and only then asks them to repeat it without help.

Most people know two or three shortcuts — copy, paste, maybe undo — and do everything else with the mouse: reaching for it to move the caret three words back, to select a line, to close a tab. It works, but it is slow, and by the end of the day it is tiring. The reason it stays that way is not laziness. Shortcuts are genuinely hard to remember: a list of forty combinations read once is forgotten by the afternoon, because nothing in it was ever attached to a moment when you needed it.
Shortcut Express does not try to teach every shortcut. It covers the handful that come up dozens of times a day, and teaches each one at the moment the problem it solves is on the screen. That is a small set, and it pays off immediately — the first chapter alone removes most of the reaching for the mouse.
Shortcut Express seamlessly supports Windows, macOS and Linux.
A five-chapter foundation course, useful in almost every application — text editors, browsers, office suites, design tools. Every chapter types out its own practice document, and a new shortcut is drilled until the hand has it rather than shown once and dropped.
Option+Arrow on macOS, Ctrl+Arrow on Windows and Linux;Home/End key on Windows and Linux.Shift+Cmd+Z against Ctrl+Y;Six chapters, taught on a browser the application draws rather than embeds. A real browser inside the window would answer the shortcuts itself and the learner would never find out which key did it; here every tab that opens and every jump the find bar makes happens because the lesson recognised the keystroke.

Ctrl+Tab and Ctrl+Shift+Tab, which are the same on every browser and every system, drilled far enough round the ring to see it wrap;Four chapters on the keys that mean the same thing whatever program is in front of you. Taught on the first course's sheet of paper, inside an application that can save it, open another one and print it — all of it drawn, so every dialog that opens does so because the lesson recognised the keystroke.
Download the file for your system from the latest release.
The installer is not signed yet, so SmartScreen says it protected your PC. The button to continue is hidden: choose "More info", then "Run anyway".
The .deb package suits Debian, Ubuntu, Mint, Pop!_OS and their relatives:
sudo apt install ./Shortcut.Express_*_amd64.deb
The .AppImage runs on any distribution and installs nothing:
chmod +x Shortcut.Express_*.AppImage
./Shortcut.Express_*.AppImage
Tauri 2 for the desktop shell, React 19 and TypeScript for the lessons, Vite 7 for the build, i18next for the interface. English and Russian are supported; other languages can be added as translation files.
Node.js, npm, Rust, and Tauri's platform dependencies.
npm install
npm run tauri dev
Checks:
npm run build
cd src-tauri && cargo check --locked
npm run dev opens the interface in an ordinary browser, which is convenient but cannot verify native platform and locale behaviour.
57 commits
TypeScript
78.6%
CSS
20.9%
Interactive desktop course for the most useful keyboard shortcuts on Windows, macOS and Linux. Not another cheatsheet.
2
stars
57
commits
TypeScript
primary language
Sep 14, 2026
updated
Shortcut Express is a desktop course that teaches keyboard shortcuts to people who still do most things with a mouse. Not a reference sheet and not a quiz: an interactive textbook. Each lesson names a familiar problem, shows the faster way, guides the learner through it with the keys lit up, and only then asks them to repeat it without help.

Most people know two or three shortcuts — copy, paste, maybe undo — and do everything else with the mouse: reaching for it to move the caret three words back, to select a line, to close a tab. It works, but it is slow, and by the end of the day it is tiring. The reason it stays that way is not laziness. Shortcuts are genuinely hard to remember: a list of forty combinations read once is forgotten by the afternoon, because nothing in it was ever attached to a moment when you needed it.
Shortcut Express does not try to teach every shortcut. It covers the handful that come up dozens of times a day, and teaches each one at the moment the problem it solves is on the screen. That is a small set, and it pays off immediately — the first chapter alone removes most of the reaching for the mouse.
Shortcut Express seamlessly supports Windows, macOS and Linux.
A five-chapter foundation course, useful in almost every application — text editors, browsers, office suites, design tools. Every chapter types out its own practice document, and a new shortcut is drilled until the hand has it rather than shown once and dropped.
Option+Arrow on macOS, Ctrl+Arrow on Windows and Linux;Home/End key on Windows and Linux.Shift+Cmd+Z against Ctrl+Y;Six chapters, taught on a browser the application draws rather than embeds. A real browser inside the window would answer the shortcuts itself and the learner would never find out which key did it; here every tab that opens and every jump the find bar makes happens because the lesson recognised the keystroke.

Ctrl+Tab and Ctrl+Shift+Tab, which are the same on every browser and every system, drilled far enough round the ring to see it wrap;Four chapters on the keys that mean the same thing whatever program is in front of you. Taught on the first course's sheet of paper, inside an application that can save it, open another one and print it — all of it drawn, so every dialog that opens does so because the lesson recognised the keystroke.
Download the file for your system from the latest release.
The installer is not signed yet, so SmartScreen says it protected your PC. The button to continue is hidden: choose "More info", then "Run anyway".
The .deb package suits Debian, Ubuntu, Mint, Pop!_OS and their relatives:
sudo apt install ./Shortcut.Express_*_amd64.deb
The .AppImage runs on any distribution and installs nothing:
chmod +x Shortcut.Express_*.AppImage
./Shortcut.Express_*.AppImage
Tauri 2 for the desktop shell, React 19 and TypeScript for the lessons, Vite 7 for the build, i18next for the interface. English and Russian are supported; other languages can be added as translation files.
Node.js, npm, Rust, and Tauri's platform dependencies.
npm install
npm run tauri dev
Checks:
npm run build
cd src-tauri && cargo check --locked
npm run dev opens the interface in an ordinary browser, which is convenient but cannot verify native platform and locale behaviour.
57 commits
TypeScript
78.6%
CSS
20.9%