summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings.config b/bindings.config
index 884bff5..42553bc 100644
--- a/bindings.config
+++ b/bindings.config
@@ -83,6 +83,9 @@ Key Down A 4 GotoPage 0p +1p
Key J A 4 GotoPage 0p +1p
Mouse 5 A 4 GotoPage 0p +1p
Piperead 'for i in `seq 0 8`; do j=$(($i+1)); echo Key $j A 4 GotoPage 0 $i; done'
+Key 0 A 4 GotoPage 0 9
+Piperead 'for i in `seq 10 18`; do j=$(($i-9)); echo Key $j A S4 GotoPage 0 $i; done'
+Key 0 A S4 GotoPage 0 19
# Kill
Test (x xkill) Key Escape A M Exec xkill