From 7c310272ed294dfca12ad3b2b1f442f5d1921353 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 3 Oct 2017 13:50:33 +0300 Subject: [PATCH] now space in browse acts more naturally... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index 785d44ce..9d831b7b 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -1637,9 +1637,9 @@ var BrowserPrototype = { Down: 'down!', Left: 'left!', ctrl_Left: 'update!: "/"', - Backspace: 'Left', Right: 'right', - //P: 'push', + Backspace: 'Left', + Space: 'Right', // XXX should these also select buttons??? Tab: 'down!', @@ -1656,8 +1656,6 @@ var BrowserPrototype = { End: 'navigate!: "last"', Enter: 'action', - Space: 'Enter', - //O: 'action', Esc: 'close: "reject"',