Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-06 06:27:46 +03:00
parent d758dbc8d4
commit 52e0eac4d0

View File

@ -757,6 +757,16 @@ var URLHistoryUIActions = actions.Actions({
save() save()
}) })
// handle 'O' button to browse path...
dialog.browsePath = function(p){
this.selected
&& that.browsePath(p || this.selected)
.close(function(evt, reason){
reason != 'reject'
&& dialog.close(reason)
}) }
dialog.keyboard.handler('General', 'O', 'browsePath')
return dialog return dialog
})], })],
}) })