Skip to content

Instantly share code, notes, and snippets.

@rokoucha
Last active February 11, 2021 10:13
Show Gist options
  • Save rokoucha/56c935aa9d89d317cc1388c42460566a to your computer and use it in GitHub Desktop.
Save rokoucha/56c935aa9d89d317cc1388c42460566a to your computer and use it in GitHub Desktop.
Foxy Gesture options
{
"timestamp": "2021-02-11T10:13:04.912Z",
"fileName": "foxyGestures.2021-02-11.json",
"addonId": "{e839c3f9-298e-4cd0-99e0-464431cb7c34}",
"version": "1.2.10",
"settings": {
"gestureTimeout": 2000,
"statusTimeout": 2000,
"showStatusText": true,
"blacklistUrlPatterns": [],
"whitelistMode": false,
"gestureDetector": {
"style": "cardinal"
},
"gestureButton": 2,
"gestureFidelity": 3,
"drawTrails": true,
"trailFidelity": 10,
"trailWidth": 2,
"trailColor": "purple",
"mouseMappings": [
{
"gesture": "L",
"command": "historyBack"
},
{
"gesture": "R",
"command": "historyForward"
},
{
"command": "reload",
"gesture": "UD"
},
{
"command": "reloadBypassCache",
"gesture": "UDU"
},
{
"command": "closeTab",
"gesture": "DR"
},
{
"command": "undoCloseTab",
"gesture": "UR"
},
{
"command": "newTab",
"gesture": "D"
}
],
"disableOnAlt": true,
"disableOnShift": true,
"canSelectStart": false,
"wheelGestures": false,
"wheelMappings": {
"up": null,
"down": null,
"left": null,
"right": null
},
"chordGestures": false,
"chordMappings": [
{
"chord": [
0,
2
],
"mapping": null
},
{
"chord": [
2,
0
],
"mapping": null
}
],
"userScripts": [],
"sawXSSWarning": false,
"scrollDuration": 500,
"scrollAmount": 100,
"nextTabWrap": true,
"newTabUrl": null,
"newWindowUrl": null,
"newPrivateWindowUrl": null,
"useRelPrevNext": true,
"insertRelatedTab": true,
"zoomStep": 0.1,
"activeTabAfterClose": "default",
"statusTemplate": "<div style=\"all: initial; display: block; position: fixed; bottom: 0; right: 0; z-index: 2147483647\">\r\n <div style=\"all: initial; background: #fff; border: 1px solid #ccc; color: #333; font-family: sans-serif; font-size: 12px; padding: 2px\" data-mg-status></div>\r\n</div>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment