aboutsummaryrefslogtreecommitdiff
path: root/bin/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/handler.py')
-rw-r--r--bin/handler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/handler.py b/bin/handler.py
index 9c8ffaf..2bc8c25 100644
--- a/bin/handler.py
+++ b/bin/handler.py
@@ -70,8 +70,10 @@ class Handler:
self.__printer.world.pan_up()
self.__printer.proc_scroll_up()
elif cmd == ord("S"):
+ self.__printer.world.pan_down(fast=True)
self.__printer.proc_scroll_down(fast=True)
elif cmd == ord("W"):
+ self.__printer.world.pan_up(fast=True)
self.__printer.proc_scroll_up(fast=True)
elif cmd == ord("Q"):
self.__printer.world.pan_reset()