Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hansenwangvip/right-button-ninja
Simple, cool virtual desktop tool for windows 10 | 11
https://github.com/hansenwangvip/right-button-ninja
ahk autohotkey gesture windows windows10
Last synced: 3 months ago
JSON representation
Simple, cool virtual desktop tool for windows 10 | 11
- Host: GitHub
- URL: https://github.com/hansenwangvip/right-button-ninja
- Owner: hansenwangvip
- Created: 2018-10-29T01:49:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T09:21:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T22:23:52.731Z (3 months ago)
- Topics: ahk, autohotkey, gesture, windows, windows10
- Language: AutoHotkey
- Homepage: https://github.com/hansenwangvip/right-button-ninja
- Size: 12.8 MB
- Stars: 100
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Language:English | [简体中文](https://github.com/hansenwangvip/right-button-ninja/blob/master/README_CN.md)
# Right-Button-Ninja: A Simple Windows Virtual Desktop Gesture Tool
Right-Button-Ninja is a mouse gesture software customized for Windows 10 and Windows 11.
Just hold down the right mouse button and swipe to use virtual desktops more efficiently.
# Quick start
## Installation
This software does not need to be installed or set.
[Click me to download](https://github.com/hansenwangvip/right-button-ninja/releases/download/v1.0.1/[email protected]), unzip and run the exe file.## Usage
Starting from any position, hold down the right mouse button, then slide the mouse cleanly and immediately release the right mouse button.
1. Master switch: control the operation of pausing or resuming the software. Shortcut key `ALT + WIN + P`.
2. Swipe up: Show multitasking view.
3. Swipe down: Show desktop.
4. Swipe left: move to the virtual desktop on the right.
5. Swipe right: Move to the virtual desktop on the left.## Demo
**Gesture usage: Start from any position, press and hold the right mouse button, then slide the mouse neatly, release the right button immediately.**
- Swipe up: show tasks view
![上划手势](./imgs/slide-up.gif)
- Swipe down: show desktop view
![下划手势](./imgs/slide-down.gif)
- Left swipe: swipe to right desktop
![左划手势](./imgs/slide-left.gif)
- Right swipe: swipe to left desktop
![右划手势](./imgs/slide-right.gif)
### Accessibility
1. View help: `ALT + WIN + H`
2. View about: `ALT + WIN + L`# About
This software is free forever, no ads, no bundled installation, industry conscience!
Compatibility: This software is only compatible with Windows 10 operating system.
This software is written by [AutoHotKey] (http://ahkcn.sourceforge.net/docs/Tutorial.htm), the code is open source, guaranteed non-toxic, and enjoyed with ease.
Source:
** If you find it useful, welcome Star and publicity, your encouragement is my motivation, thanks! **
# License
Right Ninja advocates minimalism, pursues simplicity, is free forever, and is green and non-toxic.
You can be like a ninja, the mouse is your sharp blade, and the gesture is your ninjutsu.
Right Button Ninja is licensed under the MIT license.
This means that you are free to modify and redistribute the program, but you must include the license and this statement in your version.
# Contribution
1. Open the ** auto-hot-key-runtime.exe ** file after decompression and install the AHK environment;
2. Read [AHK Tutorial](http://ahkcn.sourceforge.net/docs/Tutorial.htm);
3. Create new branch and write ahk script;
4. Debugging: When writing ahk script, right-click the taskbar icon and click reload to reload the script;
5. Submit a Pull Request after development is complete.# References
- [# Multiple Desktops in Windows 10](https://support.microsoft.com/en-us/help/4028538/windows-10-multiple-desktops)
- [# Do More with Multitasking in Windows 10](https://support.microsoft.com/en-us/help/4026282/windows-10-get-more-done-with-multitasking)
- [# Official Microsoft: Touchpad Gestures for Windows 10](https://support.microsoft.com/en-us/help/4027871/windows-10-touchpad-gestures)
- [# "Double system in one second? Win10 Virtual Desktop Detailed Tutorial ''](https://www.pconline.com.cn/win8/560/5608916_all.html)