Alter big move and resize bindings to match what's in cwm(1);

functionally the same, but re-binding should be based on default
bindings. Matches other similiar bindings.

Discovered by a portable user.
This commit is contained in:
okan 2015-08-20 14:45:15 +00:00
parent 0d13b7c220
commit 54bbd88e51

16
conf.c
View File

@ -224,18 +224,18 @@ static const struct {
{ "M-j", "movedown" }, { "M-j", "movedown" },
{ "M-k", "moveup" }, { "M-k", "moveup" },
{ "M-l", "moveright" }, { "M-l", "moveright" },
{ "M-H", "bigmoveleft" }, { "MS-h", "bigmoveleft" },
{ "M-J", "bigmovedown" }, { "MS-j", "bigmovedown" },
{ "M-K", "bigmoveup" }, { "MS-k", "bigmoveup" },
{ "M-L", "bigmoveright" }, { "MS-l", "bigmoveright" },
{ "CM-h", "resizeleft" }, { "CM-h", "resizeleft" },
{ "CM-j", "resizedown" }, { "CM-j", "resizedown" },
{ "CM-k", "resizeup" }, { "CM-k", "resizeup" },
{ "CM-l", "resizeright" }, { "CM-l", "resizeright" },
{ "CM-H", "bigresizeleft" }, { "CMS-h", "bigresizeleft" },
{ "CM-J", "bigresizedown" }, { "CMS-j", "bigresizedown" },
{ "CM-K", "bigresizeup" }, { "CMS-k", "bigresizeup" },
{ "CM-L", "bigresizeright" }, { "CMS-l", "bigresizeright" },
{ "C-Left", "ptrmoveleft" }, { "C-Left", "ptrmoveleft" },
{ "C-Down", "ptrmovedown" }, { "C-Down", "ptrmovedown" },
{ "C-Up", "ptrmoveup" }, { "C-Up", "ptrmoveup" },