mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
feat(webreader): add 's' keyboard shortcut to show settings
This commit is contained in:
parent
9e44571af5
commit
99b14cb80c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue