mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing keyboard dialog.
This commit is contained in:
parent
d17dc14a05
commit
f683d9bd26
1 changed files with 13 additions and 13 deletions
|
@ -120,13 +120,11 @@ NEWSBLUR.ReaderKeyboard.prototype = {
|
|||
'n'
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-keyboard-group' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Toggle read/unread'),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'u'
|
||||
])
|
||||
])
|
||||
$.make('div', { className: 'NB-keyboard-shortcut NB-last' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Toggle read/unread'),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'u'
|
||||
])
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-keyboard-group' }, [
|
||||
|
@ -206,12 +204,14 @@ NEWSBLUR.ReaderKeyboard.prototype = {
|
|||
])
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut NB-last' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Hide Sidebar'),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'shift',
|
||||
$.make('span', '+'),
|
||||
'u'
|
||||
$.make('div', { className: 'NB-keyboard-group' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Hide Sidebar'),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'shift',
|
||||
$.make('span', '+'),
|
||||
'u'
|
||||
])
|
||||
])
|
||||
])
|
||||
]);
|
||||
|
|
Loading…
Add table
Reference in a new issue