diff --git a/ui (gen4)/features/history.js b/ui (gen4)/features/history.js index 865d3d9a..51d733c6 100755 --- a/ui (gen4)/features/history.js +++ b/ui (gen4)/features/history.js @@ -757,6 +757,16 @@ var URLHistoryUIActions = actions.Actions({ 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 })], })