From 8a41b633cf07d6ec933e50f1071949b9de0777da Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 24 Apr 2010 22:35:25 +0200 Subject: bind win+j/k for page bind win+j/k for page +-1 --- bindings.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings.config b/bindings.config index 9873426..e03d8d6 100644 --- a/bindings.config +++ b/bindings.config @@ -75,12 +75,13 @@ Mouse 5 R A Scroll 0 100 Key Left A 4 WindowId root 1 WarpToWindow 10 50 Key Right A 4 WindowId root 0 WarpToWindow 90 50 Key Up A 4 GotoPage 0p -1p +Key K A 4 GotoPage 0p -1p Key Down A 4 GotoPage 0p +1p +Key J 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' # Kill Test (x xkill) Key Escape A M Exec xkill -Test (x xkill) Key K A 4 Exec xkill # Restart FVWM Key Delete A CM Restart -- cgit v1.2.3