-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.jsn
80 lines (80 loc) · 1.89 KB
/
defaults.jsn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"hz": {
"deactivate": 1,
"actTrigger": "ctrl",
"delay": 300,
"delayOnIdle": true,
"zoomresized": 25,
"markOnHover": "dashed",
"preload": 0,
"placement": 0,
"fullspace": true,
"hiRes": true,
"hiResOnFZ": 3,
"thumbAsBG": false,
"thumbAsBGColor": "#c3c3c3",
"thumbAsBGOpacity": 0.3,
"hideIdleCursor": 500,
"history": true,
"mediaVolume": 40,
"scrollDelay": 0,
"pileWheel": 1,
"pileCycle": false,
"capStyle": 0,
"capPos": 0,
"capWrapByDef": false,
"capWH": false,
"capText": true,
"capLinkText": true,
"capNoSBar": false,
"capFlashCount": 1,
"fzMode": 1,
"fzOnPress": 2,
"follow": true,
"move": true,
"waitHide": false,
"minPopupDistance": 20,
"css": "margin: 3px 3px 20px; background: #f8f8ff padding-box; border: 3px solid hsla(0,0%,95%,.6); border-radius: 2px; box-shadow: 0 0 2px #666",
"scOffInInput": true,
"LDRsrc": "",
"LDRcss": "",
"LDRdelay": 300,
"LDRbgOpacity": 100,
"LDRanimate": true
},
"tls": {
"advanced": false,
"sieveAutoUpdate": true,
"opzoom": true,
"sendToHosts": [
["+TinEye", "https://www.tineye.com/search?sort=size&order=desc&url=%url"],
["Google", "https://www.google.com/searchbyimage?image_url=%url"],
["Bing", "https://www.bing.com/images/searchbyimage?cbir=sbi&imgurl=%url"],
["Yandex", "https://yandex.com/images/search?rpt=imageview&url=%url"],
["KarmaDecay", "http://karmadecay.com/%url"],
["ZXing QRCode", "https://zxing.org/w/decode?full=true&u=%url"],
["ImgOps", "https://imgops.com/%raw_url"]
]
},
"keys": {
"mOrig": "1",
"mFit": "2",
"mFitW": "3",
"mFitH": "4",
"rotL": "E",
"rotR": "R",
"flipH": "Q",
"flipV": "W",
"prefs": "P",
"send": "S",
"hz_toggle": "D",
"hz_preload": "L",
"hz_fullZm": "Z",
"hz_fullSpace": "F",
"hz_caption": "C",
"hz_open": "O",
"hz_history": "H"
},
"grants": [],
"sieveRepository": "https://tiny.cc/Imagus-sieve"
}