From 4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 23 Feb 2014 16:59:47 +0100 Subject: First commit of dotfiles. --- ratpoison/numpad/ratnumpad.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ratpoison/numpad/ratnumpad.conf (limited to 'ratpoison/numpad/ratnumpad.conf') diff --git a/ratpoison/numpad/ratnumpad.conf b/ratpoison/numpad/ratnumpad.conf new file mode 100644 index 0000000..f3cc280 --- /dev/null +++ b/ratpoison/numpad/ratnumpad.conf @@ -0,0 +1,12 @@ +# Use numpad to move the rat +definekey top KP_End ratrelwarp -10 10 +definekey top KP_Down ratrelwarp 0 10 +definekey top KP_Next ratrelwarp 10 10 +definekey top KP_Left ratrelwarp -10 0 +definekey top KP_Begin ratclick 1 +definekey top S-KP_Begin ratclick 1 +definekey top KP_Right ratrelwarp 10 0 +definekey top KP_Home ratrelwarp -10 -10 +definekey top KP_Up ratrelwarp 0 -10 +definekey top KP_Prior ratrelwarp 10 -10 +definekey top KP_Delete banish -- cgit v1.2.3-54-g00ecf