Browse Source

Mouse gestures

master
parent
commit
4f121e6171
  1. 1
      FireFox_AddOn_Gesture
  2. 343
      MouseGestures/Gesturefy 3.2.7.json
  3. 0
      MouseGestures/simple_mouse_gestures.txt

1
FireFox_AddOn_Gesture

File diff suppressed because one or more lines are too long

343
MouseGestures/Gesturefy 3.2.7.json

@ -0,0 +1,343 @@
{
"Settings": {
"Wheel": {
"active": true,
"mouseButton": "2"
},
"General": {
"theme": "light"
}
},
"Gestures": [
{
"pattern": [
[
-37,
-25
],
[
-88,
-11
],
[
-50,
17
],
[
-63,
62
],
[
-22,
68
],
[
4,
50
],
[
33,
49
],
[
84,
43
],
[
105,
-4
],
[
46,
-24
],
[
22,
-27
],
[
8,
-23
],
[
-4,
-44
],
[
-16,
-17
],
[
-56,
-17
],
[
-77,
8
]
],
"command": {
"name": "OpenAddonSettings"
}
},
{
"pattern": [
[
0,
1
]
],
"command": {
"name": "ScrollBottom",
"settings": {
"duration": 100
}
}
},
{
"pattern": [
[
0,
-1
]
],
"command": {
"name": "ScrollTop",
"settings": {
"duration": 100
}
}
},
{
"pattern": [
[
1,
0
]
],
"command": {
"name": "PageForth"
}
},
{
"pattern": [
[
-1,
0
]
],
"command": {
"name": "PageBack"
}
},
{
"pattern": [
[
-205,
-4
],
[
-2,
-128
]
],
"command": {
"name": "ScrollTop",
"settings": {
"duration": 100
}
}
},
{
"pattern": [
[
-231,
-19
],
[
-11,
182
]
],
"command": {
"name": "ScrollBottom",
"settings": {
"duration": 100
}
}
},
{
"pattern": [
[
-1,
-227
],
[
-10,
-8
],
[
-210,
-4
]
],
"command": {
"name": "FocusLeftTab",
"settings": {
"cycling": true,
"excludeDiscarded": false
}
}
},
{
"pattern": [
[
-11,
-287
],
[
10,
-5
],
[
264,
0
]
],
"command": {
"name": "FocusRightTab",
"settings": {
"cycling": true,
"excludeDiscarded": false
}
}
},
{
"pattern": [
[
-8,
252
],
[
190,
12
]
],
"command": {
"name": "CloseTab",
"settings": {
"nextFocus": "default",
"closePinned": true
}
}
},
{
"pattern": [
[
297,
6
],
[
-322,
-10
]
],
"command": {
"name": "RestoreTab",
"settings": {
"currentWindowOnly": true
}
}
},
{
"pattern": [
[
-284,
0
],
[
335,
-5
]
],
"command": {
"name": "NewTab",
"settings": {
"position": "default",
"focus": true
}
}
},
{
"pattern": [
[
-21,
-318
],
[
16,
327
]
],
"command": {
"name": "ReloadTab",
"settings": {
"cache": false
}
}
},
{
"pattern": [
[
4,
-282
],
[
-1,
332
],
[
16,
-334
]
],
"command": {
"name": "ReloadTab",
"settings": {
"cache": true
}
}
},
{
"pattern": [
[
9,
-133
],
[
-5,
-129
],
[
14,
-9
],
[
231,
-2
],
[
11,
3
],
[
38,
265
]
],
"command": {
"name": "MinimizeWindow"
}
}
]
}

0
mouse_gestures.txt → MouseGestures/simple_mouse_gestures.txt

Loading…
Cancel
Save