From 52e0eac4d0afb0d6a6452aeedd83668d8170702c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 6 Feb 2017 06:27:46 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/history.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 })], })