mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-03 01:41:58 +02:00
Use Shift+Left/Right to switch video chapters
This commit is contained in:
@@ -22,5 +22,13 @@ var actions = {
|
||||
prev_track: {
|
||||
run: (window) => window.child.player.playlistWidget.prevTrack(),
|
||||
accels: ['<Ctrl>Left'],
|
||||
},
|
||||
next_chapter: {
|
||||
run: (window) => window.child.player.next_chapter(),
|
||||
accels: ['<Shift>Right'],
|
||||
},
|
||||
prev_chapter: {
|
||||
run: (window) => window.child.player.prev_chapter(),
|
||||
accels: ['<Shift>Left'],
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user