mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20: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...
|
||||
// XXX base ribbon concept is not yet fully defined...
|
||||
Down: {
|
||||
'ctrl+alt': doc('Align sorted section to current ribbon (EXPERIMENTAL)',
|
||||
'align-to-ribbon': doc('Align sorted section to current ribbon (EXPERIMENTAL)',
|
||||
function(){
|
||||
alignRibbons()
|
||||
}),
|
||||
Down: {
|
||||
'ctrl+alt': 'align-to-ribbon',
|
||||
},
|
||||
A: {
|
||||
'ctrl+alt': 'align-to-ribbon',
|
||||
},
|
||||
|
||||
// zooming...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user