mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9e5f6cc1d0
commit
c31cf6793e
@ -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
|
||||
|
||||
@ -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(){}],
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user