A free, open-source app built with Javascript and Rust that helps you
type phrases instantly using keyboard shortcuts.
Key Features • How To Use • Credits • License • Contact
- Instant Phrase Typing
- Persistent Data
- Stores phrase text, shortcuts, creation dates, selected language, and chat-opening key (e.g., "T" for Rocket League) across sessions.
- Language Support
- Custom Chat Key
- Lightweight and Fast
- Built with Tauri for minimal resource usage and quick performance.
- Cross-Platform
- Works on Windows, macOS, and Linux.
- Open Source
- Free to use, modify, and contribute under the GPL v3 license.
To clone and run QuickKeys, you'll need Git and Node.js (which includes npm) installed on your computer. Follow these steps:
# Clone this repository
$ git clone https://github.com/robbna/quickkeys
# Go into the repository
$ cd quickkeys
# Install dependencies
$ npm install
# Run the app in development mode
$ npm run tauri dev
QuickKeys is built with these open-source tools:
- Vue.js - A progressive JavaScript framework.
- Tauri - A framework for lightweight, secure desktop apps.
QuickKeys is licensed under the GNU General Public License v3.0 (GPL v3). You’re free to use, modify, and share it, as long as any forks remain open-source. Please don’t distribute it commercially—let’s keep it free for everyone!