Summary: | Tab box: support for using other keys than Alt-Tab and Alt-Shift-Tab | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Wilco Greven <greven> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wilco Greven
2004-10-27 21:26:25 UTC
This could be extended to work with several key presses, like an incremental text search. This is a precise description of how it could work: 1) When you press Alt-Tab, it shows a panel showing all windows open on the current desktop, their titles and descriptions (see an example image): http://www.zurb.qc.ca/megaoctet/kde330/alt-tab.png 2) Release Tab while still holding the Alt key. This starts what is known as a Quasimode or Spring-loaded mode ( see Wikipedia: http://en.wikipedia.org/wiki/Quasimode ). 3) While in the quasimode, typing performs a search over the descriptions of the listed windows, selecting the first word that matches the typed keys. 4) When releasing Alt, KDE opens the application in which the search focus was placed. For example, to select The Gimp you type Alt\ Tab\/ g\/ i\/ m\/ p\/ Alt/ (where "\" means that the key is pressed, "/" that it is released and "\/" that it is tapped). This will open the first window which has the word "gimp" in its title, no matter which application where previously selected. |