From 98c913cc3b54f3785546a87db7ac0b8a33a2c443 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 14 Nov 2016 13:52:33 +0000 Subject: [PATCH] Remove the (8) default bindings for pointer move since they conflict with default bindings for emacs, which wins; the feature remains and can be bound to whatever users wish with cwmrc(5). from mpi@ --- conf.c | 8 -------- cwm.1 | 5 ----- 2 files changed, 13 deletions(-) diff --git a/conf.c b/conf.c index 92f166f..64fb734 100644 --- a/conf.c +++ b/conf.c @@ -230,14 +230,6 @@ static const struct { { "CMS-j", "bigresizedown" }, { "CMS-k", "bigresizeup" }, { "CMS-l", "bigresizeright" }, - { "C-Left", "ptrmoveleft" }, - { "C-Down", "ptrmovedown" }, - { "C-Up", "ptrmoveup" }, - { "C-Right", "ptrmoveright" }, - { "CS-Left", "bigptrmoveleft" }, - { "CS-Down", "bigptrmovedown" }, - { "CS-Up", "bigptrmoveup" }, - { "CS-Right", "bigptrmoveright" }, }, mouse_binds[] = { { "1", "menu_unhide" }, diff --git a/cwm.1 b/cwm.1 index 68434c3..ab03c66 100644 --- a/cwm.1 +++ b/cwm.1 @@ -117,11 +117,6 @@ Toggle maximization of current window. Toggle vertical maximization of current window. .It Ic CMS-= Toggle horizontal maximization of current window. -.It Ic C-[Up | Down | Left | Right] -Move pointer by a small amount. -.It Ic CS-[Up | Down | Left | Right] -Move pointer by a large amount; see -.Xr cwmrc 5 . .It Ic M-[hjkl] Move window by a small amount. .It Ic MS-[hjkl]