From: Mark Wooding Date: Mon, 23 Mar 2009 09:55:48 +0000 (+0000) Subject: e16-bindings: Fiddle with maximize key bindings. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/95b55b7105c750e63ff9643d7ed60be00cd75e72 e16-bindings: Fiddle with maximize key bindings. Change C-A-m to `available' rather than `conservative', which is more likely what's wanted. Introduce C-A-v and C-A-h for just vertical and horizontal toggling. But `conservative' resizing is useful, so leave that available under S-A-... bindings. --- diff --git a/e16-bindings b/e16-bindings index d6e8abc..3677955 100644 --- a/e16-bindings +++ b/e16-bindings @@ -47,7 +47,12 @@ KeyDown C5 s wop * stick KeyDown C5 i wop * iconify KeyDown C5 r wop * shade KeyDown C5 f wop * fullscreen -KeyDown C5 m wop * ts conservative +KeyDown S5 m wop * ts conservative +KeyDown S5 h wop * tw conservative +KeyDown S5 v wop * th conservative +KeyDown C5 m wop * ts available +KeyDown C5 h wop * tw available +KeyDown C5 v wop * th available KeyDown C5 w menus show winops.menu KeyDown C5 F1 menus show file.menu KeyDown C5 F2 menus show enlightenment.menu