>From 0560cd087e6e28c23340e92a83d8fdc3a0fc6859 Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Sun, 9 Nov 2008 05:52:51 -0500 Subject: [PATCH] iresize: add WSAD keybindings Because the choice of Emacs-style keys with and without prefix, vi-style keys, and arrows just wasn't enough for me. --- iresize.lisp | 1 + stumpwm.texi.in | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/iresize.lisp b/iresize.lisp index 3d6a71f..d688c3e 100644 --- a/iresize.lisp +++ b/iresize.lisp @@ -45,6 +45,7 @@ (defvar *resize-keys* '(("Up" "Down" "Left" "Right") ("C-p" "C-n" "C-b" "C-f") ("p" "n" "b" "f") + ("w" "s" "a" "d") ("k" "j" "h" "l")) "List of lists describing keys used in iresize. Inner list format: (Up Down Left Right). Any may be nil to not bind a key to that direction.") diff --git a/stumpwm.texi.in b/stumpwm.texi.in index d840e3f..c92929e 100644 --- a/stumpwm.texi.in +++ b/stumpwm.texi.in @@ -992,21 +992,25 @@ The following keybindings apply to the mode: @item C-p @itemx Up @itemx k address@hidden w Shrink the frame vertically. @item C-n @itemx Down @itemx j address@hidden s Expand the frame vertically. @item C-f @itemx Right @itemx l address@hidden d Expand the frame horizontally. @item C-b @itemx Left @itemx h address@hidden a Shrink the frame horizontally. @item C-g -- 1.5.6.5