diff --git a/komga-webui/src/views/BookReader.vue b/komga-webui/src/views/BookReader.vue
index 7ce18ec37..1509addec 100644
--- a/komga-webui/src/views/BookReader.vue
+++ b/komga-webui/src/views/BookReader.vue
@@ -53,12 +53,20 @@
-
- Close book
-
+
+
+ Close book
+
+
+
+ mdi-view-grid
+
+
end
space
m
+ t
esc
@@ -199,6 +208,7 @@
Last page
Scroll down
Show / hide menu
+ Show / hide thumbnails
Close book
@@ -216,6 +226,30 @@
+
+
+
+
+
+
+
+
+
+
@@ -243,6 +277,7 @@ export default Vue.extend({
rtl: false,
doublePages: false,
doublePagesButtons: 0,
+ showThumbnailsExplorer: false,
slickOptions: {
infinite: false,
arrows: false,
@@ -325,6 +360,9 @@ export default Vue.extend({
case 'm':
this.showMenu = !this.showMenu
break
+ case 't':
+ this.showThumbnailsExplorer = !this.showThumbnailsExplorer
+ break
case 'Escape':
this.closeBook()
break