start hotkeys config

This commit is contained in:
Nicolas Stepien 2011-06-24 22:16:04 +02:00
parent e8be033102
commit 278ff8a2e2
2 changed files with 43 additions and 0 deletions

View File

@ -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'],

View File

@ -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']