mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
added alternative to ctrl-alt-down (ctrl-alt-a) for align to ribbon, as it was bound to screen orientation...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3a54980847
commit
6779afeaa1
@ -397,11 +397,15 @@ var KEYBOARD_CONFIG = {
|
|||||||
|
|
||||||
// align to base ribbon...
|
// align to base ribbon...
|
||||||
// XXX base ribbon concept is not yet fully defined...
|
// XXX base ribbon concept is not yet fully defined...
|
||||||
|
'align-to-ribbon': doc('Align sorted section to current ribbon (EXPERIMENTAL)',
|
||||||
|
function(){
|
||||||
|
alignRibbons()
|
||||||
|
}),
|
||||||
Down: {
|
Down: {
|
||||||
'ctrl+alt': doc('Align sorted section to current ribbon (EXPERIMENTAL)',
|
'ctrl+alt': 'align-to-ribbon',
|
||||||
function(){
|
},
|
||||||
alignRibbons()
|
A: {
|
||||||
}),
|
'ctrl+alt': 'align-to-ribbon',
|
||||||
},
|
},
|
||||||
|
|
||||||
// zooming...
|
// zooming...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user