mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
some minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4bea6686ec
commit
ccaddafa38
@ -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',
|
||||
|
||||
@ -604,6 +604,7 @@ actions.Actions(Client, {
|
||||
flipHorizontal: [
|
||||
function(target){ this.ribbons.flipHorizontal(target) }],
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user