Add more customizable keybindings for gallery image nav
This commit is contained in:
parent
6a0dc74639
commit
f1811485cd
@ -237,11 +237,11 @@ Gallery =
|
||||
cb = switch key
|
||||
when Conf['Close'], Conf['Open Gallery']
|
||||
Gallery.cb.close
|
||||
when 'Right'
|
||||
when Conf['Next Gallery Image']
|
||||
Gallery.cb.next
|
||||
when 'Enter'
|
||||
when Conf['Advance Gallery']
|
||||
Gallery.cb.advance
|
||||
when 'Left', ''
|
||||
when Conf['Previous Gallery Image']
|
||||
Gallery.cb.prev
|
||||
when Conf['Pause']
|
||||
Gallery.cb.pause
|
||||
|
||||
@ -950,7 +950,19 @@ Config =
|
||||
'Open Gallery': [
|
||||
'g'
|
||||
'Opens the gallery.'
|
||||
]
|
||||
],
|
||||
'Next Gallery Image': [
|
||||
'Right',
|
||||
'Go to the next image in gallery mode'
|
||||
],
|
||||
'Previous Gallery Image': [
|
||||
'Left',
|
||||
'Go to the previous image in gallery mode'
|
||||
],
|
||||
'Advance Gallery': [
|
||||
'Enter',
|
||||
'Advance the gallery'
|
||||
],
|
||||
'Pause': [
|
||||
'p'
|
||||
'Pause/play videos in the gallery.'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user