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:
Alex A. Naanou 2015-03-03 22:40:07 +03:00
parent 3a54980847
commit 6779afeaa1

View File

@ -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...