feat(webreader): add 's' keyboard shortcut to show settings

This commit is contained in:
Gauthier Roebroeck 2020-03-03 12:12:01 +08:00
parent 9e44571af5
commit 99b14cb80c

View file

@ -474,6 +474,9 @@ export default Vue.extend({
case 'm':
this.toolbar = !this.toolbar
break
case 's':
this.menu = !this.menu
break
case 't':
this.showThumbnailsExplorer = !this.showThumbnailsExplorer
break