mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 20:00:10 +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: {
|
Up: {
|
||||||
default: function(){ prevRibbon(DIRECTION) },
|
default: function(){ prevRibbon(DIRECTION) },
|
||||||
shift: function(){ shiftImageUp(null, DIRECTION) },
|
shift: function(){ shiftImageUp(null, DIRECTION) },
|
||||||
|
'ctrl+shift': function(){ shiftImageUpNewRibbon(null, DIRECTION) },
|
||||||
},
|
},
|
||||||
Down: {
|
Down: {
|
||||||
default: function(){ nextRibbon(DIRECTION) },
|
default: function(){ nextRibbon(DIRECTION) },
|
||||||
shift: function(){ shiftImageDown(null, DIRECTION) },
|
shift: function(){ shiftImageDown(null, DIRECTION) },
|
||||||
|
'ctrl+shift': function(){ shiftImageDownNewRibbon(null, DIRECTION) },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user