Adding search to keyboard shortcuts dialog.

This commit is contained in:
Samuel Clay 2013-07-30 12:20:46 -07:00
parent 2043829a05
commit d2ae291723

View file

@ -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' }, [
'/'
])
])
])
]),