From b683c16af8f67828e8e70e733c4f3867522effd3 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 10 Mar 2013 22:52:16 +0100 Subject: bindings: add bindings for accessing pages 10-19 --- bindings.config | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3