From c31cf6793e069aeea090516fc234a8580fc82f93 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 5 Jan 2017 05:35:19 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 2 +- ui (gen4)/features/keyboard.js | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index b57b997a..bdb12131 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -860,7 +860,7 @@ var FileSystemLoaderUIActions = actions.Actions({ showNonTraversable: true, showDisabled: true, - //actionButton: '⋯', // down then left arrow (long) + //actionButton: '⋯', // "..." //actionButton: '⮠', // down then left arrow (long) //actionButton: '▹', // right-pointing white triangle //actionButton: '◹', // ne white triangle diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 723c615a..372d8e05 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -689,12 +689,14 @@ var KeyboardActions = actions.Actions({ cls: 'key-bindings', itemButtons: [ - // XXX - ['^', function(){}], - // XXX - ['v', function(){}], - // XXX - ['edit', function(){}], + // XXX up + ['⏶', function(){}], + // XXX down + ['⏷', function(){}], + // XXX edit + ['⋯', function(){}], + //['edit', function(){}], + //['🖉', function(){}], ], })