summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-10 22:52:16 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-10 22:58:32 +0100
commitb683c16af8f67828e8e70e733c4f3867522effd3 (patch)
tree69034c2ad122614eb5497163380ab12450976a47
parente463ac6fbb3ac04701bae7d5b6da4eee52352860 (diff)
bindings: add bindings for accessing pages 10-19
-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