mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
282fda76b1
commit
de606c2ec6
@ -2590,6 +2590,7 @@ var BaseBrowserPrototype = {
|
|||||||
function(){ return this.focused || 0 },
|
function(){ return this.focused || 0 },
|
||||||
false),
|
false),
|
||||||
|
|
||||||
|
// XXX these should skip disabled...
|
||||||
select: makeItemEventMethod('select',
|
select: makeItemEventMethod('select',
|
||||||
function(evt, items){
|
function(evt, items){
|
||||||
items.forEach(function(item){
|
items.forEach(function(item){
|
||||||
@ -2843,6 +2844,11 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
Enter: 'open',
|
Enter: 'open',
|
||||||
|
|
||||||
|
Space: 'toggleSelect',
|
||||||
|
ctrl_A: 'select!: "*"',
|
||||||
|
ctrl_D: 'deselect!: "*"',
|
||||||
|
ctrl_I: 'toggleSelect!: "*"',
|
||||||
|
|
||||||
// NOTE: do not bind this key, it is used to jump to buttons
|
// NOTE: do not bind this key, it is used to jump to buttons
|
||||||
// via tabindex...
|
// via tabindex...
|
||||||
Tab: 'NEXT',
|
Tab: 'NEXT',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user