Refactor code structure for improved readability and maintainability

This commit is contained in:
Matteo Benedetto
2025-05-16 18:52:03 +02:00
parent 20bb62ee97
commit 3c48742894
46 changed files with 91 additions and 159 deletions
+3 -1
View File
@@ -3,5 +3,7 @@
"keydown:up": "scroll_up",
"keydown:down": "scroll_down",
"keydown:left": "scroll_left",
"keydown:right": "scroll_right"
"keydown:right": "scroll_right",
"keydown:pageup": "zoom_in",
"keydown:pagedown": "zoom_out"
}