mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Adding 'm' keyboard shortcut to toggle read/unread.
This commit is contained in:
parent
852752c319
commit
98e0ff393a
1 changed files with 6 additions and 3 deletions
|
@ -267,9 +267,12 @@ _.extend(NEWSBLUR.ReaderKeyboard.prototype, {
|
||||||
]),
|
]),
|
||||||
$.make('div', { className: 'NB-keyboard-shortcut' }, [
|
$.make('div', { className: 'NB-keyboard-shortcut' }, [
|
||||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Toggle read/unread'),
|
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Toggle read/unread'),
|
||||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||||
'u'
|
'u'
|
||||||
])
|
]),
|
||||||
|
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||||
|
'm'
|
||||||
|
])
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
$.make('div', { className: 'NB-keyboard-group' }, [
|
$.make('div', { className: 'NB-keyboard-group' }, [
|
||||||
|
|
Loading…
Add table
Reference in a new issue