/NanoGestures

A minimalistic mouse gesture WebExtension.

Primary LanguageJavaScriptMIT LicenseMIT

Nano Gestures

This is a minimalistic mouse gesture WebExtension supporting four basic gestures:

  1. Hold right mouse button + drag left
  2. Hold right mouse button + drag right
  3. Hold right mouse button + drag up
  4. Hold right mouse button + drag down

The gestures can also be modified by the ctrl key, yielding a maximum of 8 distinct possible assignable actions.

Gesture assignment is fully configurable. The following actions are currently supported:

  1. Navigate back
  2. Navigate forward
  3. Create a new tab
  4. Reload current page
  5. Close current tab
  6. Switch to left tab
  7. Switch to left tab (skip special pages)
  8. Switch to right tab
  9. Switch to right tab (skip special pages)
  10. Restore last closed tab

Installation