On Thu, Jun 16, 2016 at 5:20 AM, tumashu wrote: > ``` > Screen Control: the fastest, easiest-to-use window and frame control > available for GNU Emacs. With just a few keystrokes, you can shift from > increasing a window's height by 5 lines to moving a frame by 220 pixels or > immediately moving it to a screen corner. Text in each window or frame may > be enlarged or shrunk (zoomed) for easy viewing, plus many other features; > > This is very like: [hydra](https://github.com/abo-abo/hydra) > Well, one could implement by using Hydra which simplifies handling repeats of partial key sequences. Right now this is not used as we try to avoid external packages in Hyperbole so that it is easy to install and maintain without having to manage 3rd party dependencies. But that author does great work as people here probably know. Bob