desktop-ubuntu/firefox/gesturefy.json

81 lines
1.3 KiB
JSON
Raw Normal View History

2023-06-18 15:34:39 +02:00
{
"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"
}
}
}