|
From: Kim W. <ki...@wo...> - 2009-02-19 17:20:11
|
On Thu, 19 Feb 2009 07:03:22 +0100, Joe(theWordy)Philbrook <jt...@tt...> wrote: > > I really miss the way kde & even windblows let me select a resize > option from the win-ops menu and then use the arrow keys to resize > said window... (hitting enter when I'm happy with the result) > > This wasn't in E16 either. But there, (at least with the boarder style > set to default) It was at least possible to position the mouse pointer > near the bottom right corner until the mouse pointer changed and then > with the mouse button held down, the corner could be dragged to a new > position which resized the window. > Actually, I have just added the move/resize using keyboard feature in e16(svn). One way to activate move/resize by keyboard is to add e.g. KeyDown CS m wop * move kbd KeyDown CS s wop * size kbd in bindings.cfg to activate move/resize by ctrl-shift-m/s. Similar entries could of course be added to e.g. winops_size.menu if you want to select it from a menu, but IMO that kind of goes against the principle of wanting to use the keyboard :) /Kim |