Change QR keybinds
This commit is contained in:
parent
a9b5f02626
commit
66281d22c6
@ -234,8 +234,8 @@
|
|||||||
usercss: '',
|
usercss: '',
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
||||||
'Open empty QR': ['l', 'Open QR without post number inserted.'],
|
'Open empty QR': ['i', 'Open QR without post number inserted.'],
|
||||||
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
|
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
|
||||||
'Open settings': ['Alt+o', 'Open Settings.'],
|
'Open settings': ['Alt+o', 'Open Settings.'],
|
||||||
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
||||||
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
||||||
|
|||||||
@ -235,8 +235,8 @@
|
|||||||
usercss: '',
|
usercss: '',
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
||||||
'Open empty QR': ['l', 'Open QR without post number inserted.'],
|
'Open empty QR': ['i', 'Open QR without post number inserted.'],
|
||||||
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
|
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
|
||||||
'Open settings': ['Alt+o', 'Open Settings.'],
|
'Open settings': ['Alt+o', 'Open Settings.'],
|
||||||
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
||||||
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
||||||
|
|||||||
@ -132,8 +132,8 @@
|
|||||||
usercss: '',
|
usercss: '',
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'],
|
||||||
'Open empty QR': ['l', 'Open QR without post number inserted.'],
|
'Open empty QR': ['i', 'Open QR without post number inserted.'],
|
||||||
'Open QR': ['Shift+l', 'Open QR with post number inserted.'],
|
'Open QR': ['Shift+i', 'Open QR with post number inserted.'],
|
||||||
'Open settings': ['Alt+o', 'Open Settings.'],
|
'Open settings': ['Alt+o', 'Open Settings.'],
|
||||||
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
'Close': ['Esc', 'Close Settings, Notifications or QR.'],
|
||||||
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'],
|
||||||
|
|||||||
@ -415,11 +415,11 @@ http://iqdb.org/?url=%TURL
|
|||||||
'Toggle the full board list.'
|
'Toggle the full board list.'
|
||||||
]
|
]
|
||||||
'Open empty QR': [
|
'Open empty QR': [
|
||||||
'l'
|
'i'
|
||||||
'Open QR without post number inserted.'
|
'Open QR without post number inserted.'
|
||||||
]
|
]
|
||||||
'Open QR': [
|
'Open QR': [
|
||||||
'Shift+l'
|
'Shift+i'
|
||||||
'Open QR with post number inserted.'
|
'Open QR with post number inserted.'
|
||||||
]
|
]
|
||||||
'Open settings': [
|
'Open settings': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user