mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding search to keyboard shortcuts dialog.
This commit is contained in:
parent
2043829a05
commit
d2ae291723
1 changed files with 6 additions and 0 deletions
|
@ -192,6 +192,12 @@ _.extend(NEWSBLUR.ReaderKeyboard.prototype, {
|
|||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'r'
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut' }, [
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-explanation' }, 'Search feed'),
|
||||
$.make('div', { className: 'NB-keyboard-shortcut-key' }, [
|
||||
'/'
|
||||
])
|
||||
])
|
||||
])
|
||||
]),
|
||||
|
|
Loading…
Add table
Reference in a new issue