browser-addons/gesturefy.json

62 lines
1.1 KiB
JSON

{
"Gestures": [
{
"pattern": [[200, 0]],
"command": {
"name": "SaveImage",
"settings": {
"promptDialog": false
}
}
},
{
"pattern": [[-200, 0]],
"command": {
"name": "OpenImageInNewTab",
"settings": {
"position": "default",
"focus": true
}
}
},
{
"pattern": [[0, -200]],
"command": {
"name": "SearchTextSelectionInNewTab",
"settings": {
"searchEngineURL": "",
"openEmptySearch": false,
"position": "",
"focus": true
}
}
},
{
"pattern": [[0, 200]],
"command": {
"name": "CloseTab",
"settings": {
"nextFocus": "default",
"closePinned": false
}
}
}
],
"Settings": {
"Gesture": {
"mouseButton": "2",
"Trace": {
"display": false
},
"Command": {
"display": false
},
"matchingAlgorithm": "shape-independent"
},
"General": {
"updateNotification": false,
"theme": "dark"
}
}
}