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,
showDisabled: true,
//actionButton: '&ctdot;', // down then left arrow (long)
//actionButton: '&ctdot;', // "..."
//actionButton: '&#11168;', // down then left arrow (long)
//actionButton: '&#9657;', // right-pointing white triangle
//actionButton: '&#9721;', // ne white triangle

View File

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