aboutsummaryrefslogtreecommitdiff
path: root/tsalis/src
diff options
context:
space:
mode:
Diffstat (limited to 'tsalis/src')
-rw-r--r--tsalis/src/handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsalis/src/handler.c b/tsalis/src/handler.c
index e886733..f5be2c8 100644
--- a/tsalis/src/handler.c
+++ b/tsalis/src/handler.c
@@ -240,7 +240,7 @@ tsh_handleEvent(int event)
tsp_scrollRight();
break;
- case 'W':
+ case 'Q':
tsp_scrollToTop();
break;