mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
shifted marked-only mode to F3...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d61dbc0af0
commit
78a1e72db5
@ -126,10 +126,12 @@ $(function(){
|
|||||||
})
|
})
|
||||||
.on('swipeUp', function(){
|
.on('swipeUp', function(){
|
||||||
prevRibbon()
|
prevRibbon()
|
||||||
|
//shiftImageUp(null, DIRECTION)
|
||||||
centerRibbons()
|
centerRibbons()
|
||||||
})
|
})
|
||||||
.on('swipeDown', function(){
|
.on('swipeDown', function(){
|
||||||
nextRibbon()
|
nextRibbon()
|
||||||
|
//shiftImageDown(null, DIRECTION)
|
||||||
centerRibbons()
|
centerRibbons()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -527,11 +527,12 @@ var KEYBOARD_CONFIG = {
|
|||||||
F2: {
|
F2: {
|
||||||
default: doc('Toggle mark visibility',
|
default: doc('Toggle mark visibility',
|
||||||
function(){ toggleMarkesView() }),
|
function(){ toggleMarkesView() }),
|
||||||
shift: doc('Toggle marked only images view',
|
shift: 'F3',
|
||||||
|
},
|
||||||
|
F3: doc('Toggle marked only images view',
|
||||||
function(){
|
function(){
|
||||||
toggleMarkedOnlyView()
|
toggleMarkedOnlyView()
|
||||||
})
|
}),
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
E: doc('Open image in external software', openImage),
|
E: doc('Open image in external software', openImage),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user