Summary: | shortcut to move windows to desktop corners | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Justin Mason <jm-kde> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
move-window-to-corner patch
kdebase-3.4.3-corner-pack-shortcuts.patch |
Description
Justin Mason
2003-10-02 18:40:57 UTC
Created attachment 2672 [details]
move-window-to-corner patch
I really have to wonder why somebody using focus follows mouse can't simply use the mouse. why not "just use the mouse"? it's a matter of the screen area of the window; it's a lot easier to - throw the mouse into anywhere in the area of 1 large window - hit a key to move it rather than - move the pointer into the window's titlebar - drag it to the new location, being careful not to drag too far (which would result in half of the window being offscreen) Since the entire window area is a lot bigger than the area of the draggable title-bar, and since the window-to-corner key shortcut does not require the user navigate the window to its new location manually with the mouse, it's quicker. This is an application of Fitt's Law -- http://www.asktog.com/basics/firstPrinciples.html#fitts's%20law -- "The time to acquire a target is a function of the distance to and size of the target." (You're right BTW. There is no *need* for this, I could simply use the mouse. It's a usability feature, for convenience, and the same can be said of pretty much all the other keyboard shortcuts. ;) > Since the entire window area is a lot bigger than the area of the draggable
> title-bar
Have you ever tried using the alt key? Not saying that this feature shouldn't
exist, just that your Fitt's Law argument is invalid. Alt+drag anywhere in the
window will move the window.
But...I hate the mouse, and that's why I use ratpoison instead of KDE a lot.
You can move the window with the keyboard (alt+F3, cursor keys) but it's slow.
These shortcuts would help speed things up quite a bit.
FWIW, I should point out that if anyone else comes across this bug looking for the feature (unlikely, but you never know) -- I'm using sawfish again, since current sawfish in Debian unstable seems to support KDE ok. Sawfish lisp libraries to do this are available at http://jmason.org/software/xvoice/ , along with the xvoice.xml file used to hook these functions into the "xvoice" speech recognition command-and-control tool, so that moving windows can be accomplished using voice control. Also, Lubos: you'll be happy to hear I'm no longer using "Focus follows mouse". ;) *** This bug has been marked as a duplicate of 82253 *** This bug is not a duplicate of 82253. They're totally different issues. It is technically the same. If the window wouldn't lose focus, you could move windows to edges simply by holding down the "pack" shortcuts. Created attachment 13033 [details]
kdebase-3.4.3-corner-pack-shortcuts.patch
back! ;)
I've updated the patch to work with kdebase-3.4.3. here it is, in case anyone
wants it.
|