Change QR keybinds

This commit is contained in:
Jordan Bates 2013-04-24 13:30:54 -07:00
parent a9b5f02626
commit 66281d22c6
4 changed files with 8 additions and 8 deletions

View File

@ -234,8 +234,8 @@
usercss: '',
hotkeys: {
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
'Open empty QR': ['l', 'Open QR without post number inserted.'],
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
'Open empty QR': ['i', 'Open QR without post number inserted.'],
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
'Open settings': ['Alt+o', 'Open Settings.'],
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],

View File

@ -235,8 +235,8 @@
usercss: '',
hotkeys: {
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
'Open empty QR': ['l', 'Open QR without post number inserted.'],
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
'Open empty QR': ['i', 'Open QR without post number inserted.'],
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
'Open settings': ['Alt+o', 'Open Settings.'],
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],

View File

@ -132,8 +132,8 @@
usercss: '',
hotkeys: {
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
'Open empty QR': ['l', 'Open QR without post number inserted.'],
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
'Open empty QR': ['i', 'Open QR without post number inserted.'],
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
'Open settings': ['Alt+o', 'Open Settings.'],
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],

View File

@ -415,11 +415,11 @@ http://iqdb.org/?url=%TURL
'Toggle the full board list.'
]
'Open empty QR': [
'l'
'i'
'Open QR without post number inserted.'
]
'Open QR': [
'Shift+l'
'Shift+i'
'Open QR with post number inserted.'
]
'Open settings': [