-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprefs-default.json
25 lines (25 loc) · 978 Bytes
/
prefs-default.json
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
{
"drop": {
"articles": "<txp:permlink id='{{ id }}'><txp:title /></txp:permlink>",
"images": "<txp:image id='{{ id }}' />",
"files": "<txp:file_download_link id='{{ id }}'> \r\n <txp:file_download_name />\n</txp:file_download_link>",
"links": "<txp:link id='{{ id }}'/>"
},
"rightPanelDefaultSize" : "2",
"path" : {
"articles" : "?event=list",
"images" : "?event=image",
"files" : "?event=file",
"links" : "?event=link"
},
"bindKey" : {
"articles" : {"win": "Command-Alt-a", "mac": "Ctrl-Alt-a"},
"images" : {"win": "Command-Alt-i", "mac": "Ctrl-Alt-i"},
"files" : {"win": "Command-Alt-f", "mac": "Ctrl-Alt-f"},
"links" : {"win": "Command-Alt-l", "mac": "Ctrl-Alt-l"},
"preview" : {"win": "Command-Alt-p", "mac": "Ctrl-Alt-p"},
"shortcuts" : {"win": "Command-Alt-k", "mac": "Ctrl-Alt-k"},
"snippets" : {"win": "Command-Alt-s", "mac": "Ctrl-Alt-s"},
"save" : {"win": "Ctrl-s", "mac": "Command-s"}
}
}