https://github.com/emvaized/right-click-master
Enhances right-click context menu behavior in Windows to match Linux and MacOS
https://github.com/emvaized/right-click-master
context-menu context-menus right-click windows windows-10 windows-11
Last synced: 9 days ago
JSON representation
Enhances right-click context menu behavior in Windows to match Linux and MacOS
- Host: GitHub
- URL: https://github.com/emvaized/right-click-master
- Owner: emvaized
- License: other
- Created: 2026-06-16T17:21:13.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-06-16T23:33:54.000Z (18 days ago)
- Last Synced: 2026-06-17T01:18:29.307Z (18 days ago)
- Topics: context-menu, context-menus, right-click, windows, windows-10, windows-11
- Language: AutoHotkey
- Homepage:
- Size: 934 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#
Right Click Master
Implements context menu logic from Linux and MacOS in Windows. When you push right mouse button down, context menu opens immediately, allowing you to move mouse cursor over any item, and then select it by releasing the mouse button. It is super lightweight, and runs on Autohotkey code.
### Additional actions
Right Click Master provides few useful shortcuts while you're holding right mouse button:
| Action | Default action
|:----------|:-------------|
| Left click | Reload (Ctrl+R) |
| Middle click | Paste (Ctrl+V) |
| Scroll up | Scroll to start (Ctrl+Home) |
| Scroll down | Scroll to end (Ctrl+End) |
## Installation
No installation is required. Just run the `.exe` file, and it already works.
### Compatibility
It works in all Windows apps and system-wide.
To prevent unwanted activation in games, Right Click Master provides few options:
- Disable in fullscreen apps (_enabled_ by default)
- Excluded processes list, where you can additionally add your games (in case first option doesn't detect your game)
### Settings
Settings `.ini` file is stored in `%AppData%\RightClickMaster`.
### Building
You can compile `.exe` file by using Ahk2Exe utility, which comes along with Autohotkey. Also, you can use utility as Autohotkey script as well, no need to compile it.
## Support development
If you enjoy this project, please consider supporting its further development by making a small donation using one of the options below.