mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50: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
|
// NOTE: these are for systems where F** keys are not available
|
||||||
// or do other stuff...
|
// or do other stuff...
|
||||||
R: {
|
R: {
|
||||||
/*
|
'ctrl+alt': 'reload!',
|
||||||
'ctrl+alt': doc('Reload viewer',
|
|
||||||
function(){
|
|
||||||
reloadViewer()
|
|
||||||
return false
|
|
||||||
}),
|
|
||||||
*/
|
|
||||||
'ctrl+shift': 'F5',
|
'ctrl+shift': 'F5',
|
||||||
|
|
||||||
// XXX testing...
|
// XXX testing...
|
||||||
@ -131,6 +125,7 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
shift: 'shiftImageDown',
|
shift: 'shiftImageDown',
|
||||||
'ctrl+shift': 'shiftImageDownNewRibbon',
|
'ctrl+shift': 'shiftImageDownNewRibbon',
|
||||||
},
|
},
|
||||||
|
|
||||||
'#0': 'fitMax',
|
'#0': 'fitMax',
|
||||||
'#1': {
|
'#1': {
|
||||||
default: 'fitImage',
|
default: 'fitImage',
|
||||||
|
|||||||
@ -604,6 +604,7 @@ actions.Actions(Client, {
|
|||||||
flipHorizontal: [
|
flipHorizontal: [
|
||||||
function(target){ this.ribbons.flipHorizontal(target) }],
|
function(target){ this.ribbons.flipHorizontal(target) }],
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user