mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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,
|
showNonTraversable: true,
|
||||||
showDisabled: true,
|
showDisabled: true,
|
||||||
|
|
||||||
//actionButton: '⋯', // down then left arrow (long)
|
//actionButton: '⋯', // "..."
|
||||||
//actionButton: '⮠', // down then left arrow (long)
|
//actionButton: '⮠', // down then left arrow (long)
|
||||||
//actionButton: '▹', // right-pointing white triangle
|
//actionButton: '▹', // right-pointing white triangle
|
||||||
//actionButton: '◹', // ne white triangle
|
//actionButton: '◹', // ne white triangle
|
||||||
|
|||||||
@ -689,12 +689,14 @@ var KeyboardActions = actions.Actions({
|
|||||||
cls: 'key-bindings',
|
cls: 'key-bindings',
|
||||||
|
|
||||||
itemButtons: [
|
itemButtons: [
|
||||||
// XXX
|
// XXX up
|
||||||
['^', function(){}],
|
['⏶', function(){}],
|
||||||
// XXX
|
// XXX down
|
||||||
['v', function(){}],
|
['⏷', function(){}],
|
||||||
// XXX
|
// XXX edit
|
||||||
['edit', function(){}],
|
['⋯', function(){}],
|
||||||
|
//['edit', function(){}],
|
||||||
|
//['🖉', function(){}],
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user