I liked the mouse gesture of Windows 7 to minimize all open windows except the active one. Can I have that kind of gestures to use in Unity.
or What are the mouse gestures available for Unity?
I liked the mouse gesture of Windows 7 to minimize all open windows except the active one. Can I have that kind of gestures to use in Unity.
or What are the mouse gestures available for Unity?
For your general question take a look at "What are Unity's keyboard and mouse shortcuts?"
For your special question I suggest Easystroke:
(source)To minimize all windows except the active one I refer to the script in this answer (minimise.py).
To manage Easystroke easily you should make it visible in the panel. For that install dconf-tools , then open dconf Editor and switch to
desktop
→unity
→panel
and to "systray-whitelist" add, 'easystroke'
at the end.Then start Easystroke. To add a new action click the panel icon and in the
Actions
tab clickAdd Action
. Use these parameters:To set a mouse gesture click
Record Stroke
and then while pressing mouse button 2 move the mouse the way you like for this action in future. Ready.(You can change the preferred mouse button in
Preferences
tab with a click onGesture Button
.)To minimize all windows except the active one now just press mouse button 2 and do the action you chose before.
If you like it add Easystroke to Startup Applications by marking as checked "Autostart easystroke" in the
Preferences
tab.How to configure Easystroke you can find out in its Documentation as well as in this Tips & Tricks section.
You can try with Easystroke..
You can get it from Here