start hotkeys config
This commit is contained in:
parent
e8be033102
commit
278ff8a2e2
@ -116,6 +116,28 @@
|
||||
},
|
||||
flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://google.com/searchbyimage?image_url=', '#http://tineye.com/search?url=', '#http://saucenao.com/search.php?db=999&url='].join('\n'),
|
||||
time: '%m/%d/%y(%a)%H:%M',
|
||||
hotkeys: {
|
||||
close: 'Esc',
|
||||
spoiler: 'ctrl+s',
|
||||
openQR: 'i',
|
||||
openEmptyQR: 'I',
|
||||
submit: 'alt+s',
|
||||
nextReply: 'J',
|
||||
previousReply: 'K',
|
||||
nextThread: 'n',
|
||||
previousThread: 'p',
|
||||
nextPage: 'alt+x',
|
||||
previousPage: 'alt+z',
|
||||
zero: '0',
|
||||
openThreadTab: 'o',
|
||||
openThread: 'O',
|
||||
expandThread: 'e',
|
||||
watch: 'w',
|
||||
hide: 'x',
|
||||
expandImages: 'm',
|
||||
expandAllImages: 'M',
|
||||
update: 'u'
|
||||
},
|
||||
updater: {
|
||||
checkbox: {
|
||||
'Verbose': [true, 'Show countdown timer, new post count'],
|
||||
|
||||
@ -52,6 +52,27 @@ config =
|
||||
'#http://saucenao.com/search.php?db=999&url='
|
||||
].join '\n'
|
||||
time: '%m/%d/%y(%a)%H:%M'
|
||||
hotkeys:
|
||||
close: 'Esc'
|
||||
spoiler: 'ctrl+s'
|
||||
openQR: 'i'
|
||||
openEmptyQR: 'I'
|
||||
submit: 'alt+s'
|
||||
nextReply: 'J'
|
||||
previousReply: 'K'
|
||||
nextThread: 'n'
|
||||
previousThread: 'p'
|
||||
nextPage: 'alt+x'
|
||||
previousPage: 'alt+z'
|
||||
zero: '0'
|
||||
openThreadTab: 'o'
|
||||
openThread: 'O'
|
||||
expandThread: 'e'
|
||||
watch: 'w'
|
||||
hide: 'x'
|
||||
expandImages: 'm'
|
||||
expandAllImages: 'M'
|
||||
update: 'u'
|
||||
updater:
|
||||
checkbox:
|
||||
'Verbose': [true, 'Show countdown timer, new post count']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user