tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-05 05:35:19 +03:00
parent 9e5f6cc1d0
commit c31cf6793e
2 changed files with 9 additions and 7 deletions

View File

@ -860,7 +860,7 @@ var FileSystemLoaderUIActions = actions.Actions({
showNonTraversable: true, showNonTraversable: true,
showDisabled: true, showDisabled: true,
//actionButton: '&ctdot;', // down then left arrow (long) //actionButton: '&ctdot;', // "..."
//actionButton: '&#11168;', // down then left arrow (long) //actionButton: '&#11168;', // down then left arrow (long)
//actionButton: '&#9657;', // right-pointing white triangle //actionButton: '&#9657;', // right-pointing white triangle
//actionButton: '&#9721;', // ne white triangle //actionButton: '&#9721;', // ne white triangle

View File

@ -689,12 +689,14 @@ var KeyboardActions = actions.Actions({
cls: 'key-bindings', cls: 'key-bindings',
itemButtons: [ itemButtons: [
// XXX // XXX up
['^', function(){}], ['&#9206;', function(){}],
// XXX // XXX down
['v', function(){}], ['&#9207;', function(){}],
// XXX // XXX edit
['edit', function(){}], ['&ctdot;', function(){}],
//['edit', function(){}],
//['&#128393;', function(){}],
], ],
}) })