Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user