mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +00:00
added new ribbon shifts...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ba687b5e46
commit
b2a8cc71fc
@ -105,10 +105,12 @@ var KEYBOARD_CONFIG = {
|
||||
Up: {
|
||||
default: function(){ prevRibbon(DIRECTION) },
|
||||
shift: function(){ shiftImageUp(null, DIRECTION) },
|
||||
'ctrl+shift': function(){ shiftImageUpNewRibbon(null, DIRECTION) },
|
||||
},
|
||||
Down: {
|
||||
default: function(){ nextRibbon(DIRECTION) },
|
||||
shift: function(){ shiftImageDown(null, DIRECTION) },
|
||||
'ctrl+shift': function(){ shiftImageDownNewRibbon(null, DIRECTION) },
|
||||
},
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user