some minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-10-20 16:38:26 +04:00
parent 4bea6686ec
commit ccaddafa38
2 changed files with 3 additions and 7 deletions

View File

@ -80,13 +80,7 @@ module.GLOBAL_KEYBOARD = {
// NOTE: these are for systems where F** keys are not available
// or do other stuff...
R: {
/*
'ctrl+alt': doc('Reload viewer',
function(){
reloadViewer()
return false
}),
*/
'ctrl+alt': 'reload!',
'ctrl+shift': 'F5',
// XXX testing...
@ -131,6 +125,7 @@ module.GLOBAL_KEYBOARD = {
shift: 'shiftImageDown',
'ctrl+shift': 'shiftImageDownNewRibbon',
},
'#0': 'fitMax',
'#1': {
default: 'fitImage',

View File

@ -604,6 +604,7 @@ actions.Actions(Client, {
flipHorizontal: [
function(target){ this.ribbons.flipHorizontal(target) }],
})