diff options
-rw-r--r-- | conf.c | 8 | ||||
-rw-r--r-- | cwm.1 | 5 |
2 files changed, 0 insertions, 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] |