Lua script for basic mouse gestures for Windows 7 and above https://github.com/wookiefriseur/LogitechMouseGestures
This repository has been archived on 2025-12-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Mat 8434f0a8f5 Added delay for minimise and reset
Added a small delay before a command to prevent the active window from ignoring it.
2015-12-17 08:42:57 +01:00
.gitignore Initial commit 2015-12-17 06:53:32 +01:00
fenstergesten.lua Added delay for minimise and reset 2015-12-17 08:42:57 +01:00
LICENSE Initial commit 2015-12-17 06:53:32 +01:00
README.md Update README.md 2015-12-17 08:28:34 +01:00

LogitechMouseGestures

Lua script for basic mouse gestures for Windows 7, 8 and 10.

How to use:

In your Logitech Gaming Software Panel right click the profile in which you want the script to be running (for instance Standard for your normal desktop environment). Got to "Create Script" and just paste or import the code from GitHub. You can enable the reset window function if you want to use a dedicated button for gestures or just leave it disabled so you can use a button that is in use. I recommend using a dedicated mouse button because the software seems to be treating reserved mouse buttons differently.

Gestures:

Name Action Description Default
Maximise Alt+Space x Maximises active window enabled
Minimise Alt+Space n Minimises active window enabled
Moveleft WinKey+Left Moves active window to the left enabled
Moveright WinKey+Right Moves active window to the right enabled
Reset Alt+Space w Resets the active window disabled

Screenshots:

Right clicking profile Paste the code