Projects/Usability/NWI: Difference between revisions

    From KDE TechBase
    (assorted additions and proofing)
    Line 3: Line 3:
    [[File:Nwi-rationale.png|240px|thumb|right|Kpdf + manual "grouping" of KWrite and Konqueror]]  
    [[File:Nwi-rationale.png|240px|thumb|right|Kpdf + manual "grouping" of KWrite and Konqueror]]  


    NWI is thought as uniform UI at one hand, while help to increase productivity by extending the idea of tiles and tabs on the other. Consider such example you edit some data in one application (like html file in KWrite), you view the results using another application (like Konqueror). So despite there is no relation between KWrite and Konqueror, for this task — task you perform right now — those two applications are related. Currently if you run more than those two applications when you switch to KWrite, Window Manager (WM) will bring only KWrite to the front, so you have to bring to front Konqueror by yourself. This tiresome — with grouping, KWrite and Konqueror would act as one — you switch to group, all applications are put in front.
    NWI is thought as a uniform UI on one hand, while helping to increase productivity by extending the idea of tiles and tabs on the other. Consider an example: you edit some data in one application (e.g. an html file in KWrite), and you view the results using another application (in this instance, Konqueror). So although there is no relation between KWrite and Konqueror, for this task — a task you perform right now — those two applications are related. Currently if you run more than those two applications when you switch to KWrite, the Window Manager (WM) will bring only KWrite to the front. If another window has meanwhile covered Konqueror, you now have to bring that window to the front by yourself. This is tiresome. With grouping, KWrite and Konqueror would act as one — you switch to group, all applications are put in front.
     
    NWI moves document grouping from the application level to the Window Manager level. Multiple applications — even those using unrelated toolkits (e.g. KDE and Gnome) — can be grouped and managed as a single entity. You are probably familiar with tabs from modern web browsers, and split views from e.g. Kate. Now imagine every program you use having tab support, split view support, and being able to combine them in any combination.


    == What is it? ==
    == What is it? ==


    Probably you are already familiar with several User Interface kinds — TDI, MDI, SDI, and so on. Some of them proved to be very useful, some of them not especially. In NWI world the most basic, yet the more flexible UI you can think of are those below:
    Probably you are already familiar with several User Interface designs; TDI, MDI, SDI, and so on. Some of them have proven to be very useful, some of them, not especially. In the NWI world, the most basic yet the more flexible UI you can think of is built from those below:


    === Single Application Interface (SAI) ===
    === Single Application Interface (SAI) ===
    Line 13: Line 15:
    [[File:Sai-konqueror.png|240px|thumb|right|Konqueror in SAI mode]]  
    [[File:Sai-konqueror.png|240px|thumb|right|Konqueror in SAI mode]]  


    This is really the simplest UI, no magic here. Just application window with some data — if "window" can hold only one document, it is SAI. Examples: Kpdf, Okular.  
    This is really the simplest UI; no magic here. All you have is just an application window with some data — if a "window" can hold only one document, it is SAI. Examples: Kpdf, Okular.


    Application can can postpone "real" UI mode — "decide later whether this SAI or TAI". In other words, there is an option "show tabs" (per each application supporting such mode), which translates to:<br>
    Applications can can postpone "real" UI mode — "decide later whether this SAI or TAI". In other words, there is an option "show tabs" (per each application supporting such mode), which translates to:<br>
    off &rarr; start as SAI, user can add another tab later<br>
    off &rarr; start as SAI, user can add another tab later<br>
    on &rarr; from the start work as TAI (show even single tab)
    on &rarr; from the start work as TAI (show even single tab)
    In another sense, SAI can be thought of as a leaf; an actual window, rather than one of the container types that follow.


    === Grouped Applications Interface (GAI) ===
    === Grouped Applications Interface (GAI) ===


    ''More accurate name would be Tiling Applications Interface, but such name would conflict with Tabbed Applications Interface.''
    ''A more accurate name would be Tiling Applications Interface, but this would produce the same acronym as Tabbed Applications Interface.''


    GAI is such container that tiles selected windows, so they are next to each other, vertically or/and horizontally, no space between. From geometrical point of view GAI container behaves as one window with many panes.  
    GAI is a container that displays multiple "views" (a window, document, or other collection of data or controls) next to each other, vertically and/or horizontally, usually with no space between. From a geometrical point of view, GAI container behaves as one window with many panes. Example: Kate, KMail.


    GAI has one shared titlebar (for container) plus at user request mini-titlebar for each window embedded into GAI.  
    GAI has one shared titlebar (for the container), plus at user request each embedded window may have a mini-titlebar.


    When you finish grouping, you still can change the proportions of the group "panes" just like in KMail for example. You can also rearrange them — via context menu or simply like dragging docked windows.
    When you finish grouping, you still can change the proportions of the group "panes". You can also rearrange them — via context menu or simply like dragging docked windows. Changing the size of one pane will generally change the size of adjacent panes, so that the entire container is filled.


    === Floating Application Interface (FAI) ===
    === Floating Application Interface (FAI) ===


    The most common FAI container is desktop — you can tell whether container is FAI if the embedded windows can be moved in such way they overlap. Despite KDE desktop runs by default in FAI mode it is possible to switch it to another type.
    The most common FAI container is desktop; windows in an FAI container can be moved freely, and altering the geometry of one window does not have an effect on any others. While the desktop will default to FAI mode, it is possible to switch it to another type.


    The FAI container can be any non-root container too — being able to convert to/from any container, FAI helps reorganizing windows inside GAI.
    The FAI container can be any non-root container as well — being able to convert to/from any container, FAI helps reorganizing windows inside GAI. Non-root FAI is what some people (especially those familiar with its use in the Microsoft world) call "MDI".


    Windows in FAI root container (desktop) can be minimized, in FAI non-root containers when minimized they are shaded instead — so they are directly accessible all the time.
    A minimized window in an FAI root container (desktop) is hidden and accessible from the task bar/panel. Windows in a non-root FAI container "minimize" to just a title bar (much like shading), so they are directly accessible all the time.


    When resizing the parent container the visible portions of the embedded windows are preserved (the embedded windows are "pushed"). If it is no longer possible, they are resized.
    When resizing the parent container, the visible portions of the embedded windows are preserved (the embedded windows are "pushed"). If this is no longer possible, the windows are resized.


    <font color=green>{ Other approach: show the scrollbars and allow to scroll the container to reach not visible embedded windows. }</font>
    <font color=green>Possible options:
    * Show scrollbars (when needed) and allow windows to be moved outside the visible area. This is arguably the much-requested "virtual desktop" feature if applied to the root container.
    * Have a mini-panel in FAI containers? (Is it possible to integrate with plasma for this?)
    * "Minimized" windows' title bars are moved to the bottom of the container?
    </font>


    === Tabbed Applications Interface (TAI) ===
    === Tabbed Applications Interface (TAI) ===


    You know the special case of TAI already — TDI (Tabbed Document Interface), example: Konqueror. You can launch one Konqueror and then open multiple web pages, each per one tab.  
    If you've used a modern web browser, you have almost certainly experienced TAI in the form of TDI (Tabbed Document Interface). You launch one application, and you can then open multiple data views (documents, web pages, even shell sessions) in one window, with one per tab. Example: Konqueror, Konsole.


    TAI goes a little further you can arrange several applications in tabs and put them into one window. So in one tab you can have Konqueror displaying web page, and in the second tab you can have Okular displaying pdf file.
    TAI goes a little further than TDI, because you can arrange several applications in tabs and put them into one window. So in one tab you can have Konqueror displaying web page, and in the second tab you can have Okular displaying pdf file. (Microsoft Internet Explorer does this to a limited extent with Adobe Acrobat integration. Imagine being able to open any document from a web page in an appropriate viewer and have it be just another tab.)


    By default tabs are shown at the top of the window, but user can configure them to show on left, bottom or right.
    By default, tabs are shown at the top of the window, but the user can choose for them to be on any side. This can be configured both as a global default, and per container.


    === Nested Windows Interface (NWI) ===
    === Nested Windows Interface (NWI) ===


    Once the container is arranged, you can think of it as a window. And such window you can put into another container thus nesting containers. So in general, such UI is called NWI, Nested Windows Interface.
    Once the container is arranged, you can think of it as a window. As such, you can put into another container, thus nesting containers. Therefore, the UI in general is called NWI; Nested Windows Interface.


    You can configure each container type (+ desktop separately) to show shared menu per whole container — menu of the active application pane. Shared menu goes "up" as it can (as far container accepts shared menu).
    You can configure each container type (+ desktop separately) to show shared menu per whole container — menu of the active application pane. Shared menu goes "up" as it can (as far container accepts shared menu).
    Line 63: Line 71:
    == Features ==
    == Features ==


    Containers cannot get focus — only the applications within can get focus, however on the list of the windows they are listed as they could get the focus (you can think of the container as focus-proxy).
    Containers cannot get focus — only the applications within can get focus however they appear in window lists (e.g. window switcher, task bar) as if they could get the focus (you can think of the container as focus-proxy). Requesting that a container be given focus (e.g. by window switcher, task bar, or clicking the container's title bar) will give focus to the window within that container that most recently had focus. If that window is itself a container, then the window in ''that'' container that most recently had focus will receive it, and so on until a leaf (a non-container window) is reached.


    === Session management ===
    === Session management ===
    Line 69: Line 77:
    When you turn the session management on (at KDE level), SM not only restores the applications, but also recreates grouping.  
    When you turn the session management on (at KDE level), SM not only restores the applications, but also recreates grouping.  


    It is also possible to save application set of the container as preset (like: Kwrite+Konqueror) and then later launch such group at once — without recreating the group manually.
    It is also possible to save the current application set of the container as a preset (like: Kwrite+Konqueror) and then later launch such group at once. This saves recreating commonly-used groups.


    === Taskbar presentation ===
    === Task bar presentation ===


    [[File:Taskbar_list.png|240px|thumb|right|Group list in the taskbar]]
    [[File:Taskbar_list.png|240px|thumb|right|Group list in the taskbar]]


    Taskbar shows the first-class windows — i.e. windows that are not embedded into any containers. When user clicks LMB on  
    The task bar shows (directly) only those windows — be they leaves or containers — that live directly in the root container. When user clicks LMB on  
    container entry in the taskbar, the list of all embedded applications is shown.
    container entry in the task bar, the list of all embedded applications is shown (containers show items which expand to the windows they contain, and so on). As with grouped tasks, containers show a small number with the number of windows they contain.


    === Managing the containers ===
    === Managing the containers ===


    Except for the root container (the desktop) empty containers are not allowed. Thus you have to point out which windows you would like to group or convert one of the windows to be container and add another window to it.
    Except for the root container (the desktop), empty containers are not allowed. Thus you have to point out which windows you would like to group or convert one of the windows to be container and add another window to it.


    ==== Arranging windows as container ====
    ==== Arranging windows as container ====
    Line 95: Line 103:
    * with Ctrl pressed down click LMB on the window (to deselect click again)
    * with Ctrl pressed down click LMB on the window (to deselect click again)


    You can also run any switcher when selecting this is useful for FAI containers.
    You can also run any switcher when selecting; this is useful for FAI containers.


    ==== Incremental adding ====
    ==== Incremental adding ====
    Line 114: Line 122:
    * user can tear off any window from the container to other container by drag&drop, even if the source and target containers are different types
    * user can tear off any window from the container to other container by drag&drop, even if the source and target containers are different types


    Tearing off, from accepting container point of view is really adding application.
    From the accepting container's point of view, tearing off is the same as adding a window.


    Please note that moving embedded window within container and tearing it off are two distinct actions, i.e. while moving the application (in FAI for example) the application cannot "fall off" the container.
    Please note that moving embedded windows within a container and tearing them off are two distinct actions; i.e. while moving the application (in FAI for example), the application cannot "fall off" the container.


    === Closing documents, applications and windows ===
    === Closing documents, applications and windows ===


    Empty containers (except for desktop) are not allowed, empty applications (without document opened) are allowed.
    Empty containers (except for desktop) are not allowed; empty applications (those with no document opened) are allowed.


    * close current document  
    * close current document
    * close current application  
    * close current application
    * close current application siblings (i.e. close all children of the parent, except the current one)  
    * close current application siblings (i.e. close all children of the parent, except the current one)
    * close current window  
    * close current window
    * close topmost container (not counting desktop)  
    * close topmost container (not counting desktop)


    Default options for non SAI containers:<br>
    Default options for non-FAI containers:<br>
    [ ] closing document closes "its" application if there are sibling instances of that application within container<br>
    [ ] closing document closes "its" application if there are sibling instances of that application within the container<br>
    [x] do not allow to close last application in container <br>
    [x] do not allow to close last application in container<br>
    &nbsp;&nbsp;&nbsp;&nbsp;[x] instead of closing last application in container, close the document only<br>
    &nbsp;&nbsp;&nbsp;&nbsp;[x] instead of closing last application in container, close the document only<br>


    Closing entire container means each application quits, not just closes its "pane". This difference is important for systray applications — in other words, such applications are not torn off when their parent-container closes.
    Closing a entire container means each application quits, not just closes its "pane". This difference is important for systray applications — in other words, such applications are not torn off when their parent-container closes.


    === Special container menu items ===
    === Special container menu items ===
    Line 181: Line 189:
    == Switchers ==
    == Switchers ==


    Switcher is a program that lets user switch from application to application. Visual appearance is up to switcher. User can choose switcher which she/he likes as with KDE theme.
    A switcher is a program that lets the user switch from application to application. Visual appearance is up to the switcher. The user will select one switcher to be the primary switcher; other switchers may be configured as "auxiliary switchers", with any number of auxiliary switchers possible at one time.
     
    The primary switcher is activated by pressing and holding a "mod" key plus another key to make a navigation key. (For example, a navigation key might be [tab] or [shift-tab]; using mod as [alt] gives the switching keys commonly known today.) At that point, the primary switcher is active, and to keep it running, the user must continue to hold the mod key. Releasing the mod key will give focus to the window currently in the switcher; pressing the cancel key (default [escape]) will cancel the switch. Switchers may also (optionally) make use of the mouse.


    There is one primary switcher, additionally having auxiliary switchers is possible. The difference between the primary and auxiliary switcher is how they are used. In order to activate primary switcher user has to press and hold mod key plus navigation key (like [alt+tab]). At that point primary switcher is on and to keep it running user has to hold down the mod key all the time. Switcher will be operational until user commits the switch (releasing mod key) or cancels the switch (mod+[escape]).
    Auxiliary switchers are triggered by a global key or key combination. The combination need not include a modifier, and it is not needed to hold a modifier to keep the switcher active. The switcher will be operational until the user commits the switch (default [enter]) or cancels the switch.
    Auxiliary switcher is triggered by single keystroke (for example [F8]), there is no need of pressing any key all the time as with primary switcher. Switcher will be operational until user commits the switch (pressing the [enter] or clicking LMB) or cancels the switch ([escape]).


    One of the auxiliary switcher can be used as primary switcher. Mod is any modifier key except [ctrl] and [shift].  
    Mod is any modifier key allowed/recognized by X, except [ctrl] and [shift].
    <font color=green>{ Original concept — either [alt] or [win] — but it seems limited, why [meta] couldn't be mod key? }</font>
    <font color=green>{ Default mod key will likely be [alt] or [win]; any mod key is allowed — but it seems limited, why [meta] couldn't be mod key? }</font>


    When window is a container, after switch to it, the focus goes not to container but to active application within it. To do so, each container remembers its active application.
    When window is a container, after switching to it, focus is given as described at the top of the Features section. Each container remembers the last window to have focus.


    ==== Exchange ====
    ==== Exchange ====


    Switchers are used for switching (focus change) applications but they have another purpose exchanging applications. User can exchange current application to any other one (not only sibling) — after exchange the current application still has focus (exchange is not switch). Exchange means applications take each other "places" in geometrical sense and in terms of containers hierarchy.  
    Switchers are used for switching (focus change) windows, but they have another purpose: exchanging applications. The user can exchange the current application with any other one (not only siblings). After exchange, the current application still has focus (exchange is not switch). Exchange means applications take each other "places" in a geometrical sense (which includes position in the container hierarchy).
     


    === Keyboard shortcut actions ===
    === Keyboard shortcut actions ===
    Line 203: Line 211:
    * (window) container-smart switch
    * (window) container-smart switch


    The ones marked "global" switch through all desktops, marked "desktop" switch only on current desktop, window actions are constrained to current container.
    The ones marked "global" switch through all desktops, marked "desktop" switch only on the current desktop, marked "window" are constrained to the parent container of the active window.


    In TAI switches spatial up = spatial left and spatial down = spatial right (because of the tabs placement).
    In TAI switches spatial up = spatial left and spatial down = spatial right (because of the tabs placement).
    Line 213: Line 221:


    Container smart switches:
    Container smart switches:
    * GAI — historic,
    * GAI — historic
    * FAI — historic,
    * FAI — historic
    * TAI — spatial.
    * TAI — spatial


    User can choose (option) if she/he prefers switch-wrap on or off, for each switcher mode separately. For sequence and historic switching wrap means after last comes the first (and vice versa); for spatial that after rightmost comes the leftmost, after lowest comes the highest (and vice versa).
    User can choose (option) if she/he prefers switch-wrap on or off, for each switcher mode separately. For sequence and historic switching, wrap means after last comes the first (and vice versa); for spatial that after rightmost comes the leftmost, after lowest comes the highest (and vice versa).


    Default settings:<br>
    Default settings:<br>
    Line 226: Line 234:
    ==== Spatial and sequence switching properties ====
    ==== Spatial and sequence switching properties ====


    Both those switching modes are based on window placement, so for TAI container those are equivalent.
    Both of these switching modes are based on window placement, so for TAI container they are equivalent.


    The order of the sequence switching depends on KDE language settings (i.e. it is the same as reading "order"). Thus you can call sequence switching as switch-as-you-read (titlebars). It means that container edges are no limits for sequence switch, but they are limits for spatial switch.
    The order of the sequence switching depends on KDE language settings (i.e. it is the same as reading "order"). Thus you can call sequence switching as switch-as-you-read (titlebars). It means that container edges are no limits for sequence switch, but they are limits for spatial switch.


    Another observation — application right to its neighbor is not always left for spatial switch. For sequence switch there is such guarantee when you switch next and then previous you will always get where you started.
    Another observation — an application to the right of its neighbor is not always left for spatial switch; that is, spatial-switch-left followed by spatial-switch-right may not put you back where you started. For sequence switch there is such guarantee: when you switch next and then previous, you will always return to the same place.


    === Default keyboard bindings ===
    === Default keyboard bindings ===

    Revision as of 01:21, 16 May 2009

    The idea of NWI (Nested Windows Interface) emerged from the discussion about MDI (Multiple Document Interface) on kde-usability (and later kde-usability-devel) mailing list — so far each application had to implement the most suitable UI by its own (TDI in Konqueror, SDI in Okular) which led to inconsistent behaviour ("is closing the last document possible?").

    Kpdf + manual "grouping" of KWrite and Konqueror

    NWI is thought as a uniform UI on one hand, while helping to increase productivity by extending the idea of tiles and tabs on the other. Consider an example: you edit some data in one application (e.g. an html file in KWrite), and you view the results using another application (in this instance, Konqueror). So although there is no relation between KWrite and Konqueror, for this task — a task you perform right now — those two applications are related. Currently — if you run more than those two applications — when you switch to KWrite, the Window Manager (WM) will bring only KWrite to the front. If another window has meanwhile covered Konqueror, you now have to bring that window to the front by yourself. This is tiresome. With grouping, KWrite and Konqueror would act as one — you switch to group, all applications are put in front.

    NWI moves document grouping from the application level to the Window Manager level. Multiple applications — even those using unrelated toolkits (e.g. KDE and Gnome) — can be grouped and managed as a single entity. You are probably familiar with tabs from modern web browsers, and split views from e.g. Kate. Now imagine every program you use having tab support, split view support, and being able to combine them in any combination.

    What is it?

    Probably you are already familiar with several User Interface designs; TDI, MDI, SDI, and so on. Some of them have proven to be very useful, some of them, not especially. In the NWI world, the most basic — yet the more flexible — UI you can think of is built from those below:

    Single Application Interface (SAI)

    Konqueror in SAI mode

    This is really the simplest UI; no magic here. All you have is just an application window with some data — if a "window" can hold only one document, it is SAI. Examples: Kpdf, Okular.

    Applications can can postpone "real" UI mode — "decide later whether this SAI or TAI". In other words, there is an option "show tabs" (per each application supporting such mode), which translates to:
    off → start as SAI, user can add another tab later
    on → from the start work as TAI (show even single tab)

    In another sense, SAI can be thought of as a leaf; an actual window, rather than one of the container types that follow.

    Grouped Applications Interface (GAI)

    A more accurate name would be Tiling Applications Interface, but this would produce the same acronym as Tabbed Applications Interface.

    GAI is a container that displays multiple "views" (a window, document, or other collection of data or controls) next to each other, vertically and/or horizontally, usually with no space between. From a geometrical point of view, GAI container behaves as one window with many panes. Example: Kate, KMail.

    GAI has one shared titlebar (for the container), plus at user request each embedded window may have a mini-titlebar.

    When you finish grouping, you still can change the proportions of the group "panes". You can also rearrange them — via context menu or simply like dragging docked windows. Changing the size of one pane will generally change the size of adjacent panes, so that the entire container is filled.

    Floating Application Interface (FAI)

    The most common FAI container is desktop; windows in an FAI container can be moved freely, and altering the geometry of one window does not have an effect on any others. While the desktop will default to FAI mode, it is possible to switch it to another type.

    The FAI container can be any non-root container as well — being able to convert to/from any container, FAI helps reorganizing windows inside GAI. Non-root FAI is what some people (especially those familiar with its use in the Microsoft world) call "MDI".

    A minimized window in an FAI root container (desktop) is hidden and accessible from the task bar/panel. Windows in a non-root FAI container "minimize" to just a title bar (much like shading), so they are directly accessible all the time.

    When resizing the parent container, the visible portions of the embedded windows are preserved (the embedded windows are "pushed"). If this is no longer possible, the windows are resized.

    Possible options:

    * Show scrollbars (when needed) and allow windows to be moved outside the visible area. This is arguably the much-requested "virtual desktop" feature if applied to the root container.
    
    • Have a mini-panel in FAI containers? (Is it possible to integrate with plasma for this?)
    • "Minimized" windows' title bars are moved to the bottom of the container?

    Tabbed Applications Interface (TAI)

    If you've used a modern web browser, you have almost certainly experienced TAI in the form of TDI (Tabbed Document Interface). You launch one application, and you can then open multiple data views (documents, web pages, even shell sessions) in one window, with one per tab. Example: Konqueror, Konsole.

    TAI goes a little further than TDI, because you can arrange several applications in tabs and put them into one window. So in one tab you can have Konqueror displaying web page, and in the second tab you can have Okular displaying pdf file. (Microsoft Internet Explorer does this to a limited extent with Adobe Acrobat integration. Imagine being able to open any document from a web page in an appropriate viewer and have it be just another tab.)

    By default, tabs are shown at the top of the window, but the user can choose for them to be on any side. This can be configured both as a global default, and per container.

    Nested Windows Interface (NWI)

    Once the container is arranged, you can think of it as a window. As such, you can put into another container, thus nesting containers. Therefore, the UI in general is called NWI; Nested Windows Interface.

    You can configure each container type (+ desktop separately) to show shared menu per whole container — menu of the active application pane. Shared menu goes "up" as it can (as far container accepts shared menu).

    Shared menu — default settings:
    [ ] desktop
    [ ] GAI
    [ ] FAI
    [x] TAI

    Features

    Containers cannot get focus — only the applications within can get focus — however they appear in window lists (e.g. window switcher, task bar) as if they could get the focus (you can think of the container as focus-proxy). Requesting that a container be given focus (e.g. by window switcher, task bar, or clicking the container's title bar) will give focus to the window within that container that most recently had focus. If that window is itself a container, then the window in that container that most recently had focus will receive it, and so on until a leaf (a non-container window) is reached.

    Session management

    When you turn the session management on (at KDE level), SM not only restores the applications, but also recreates grouping.

    It is also possible to save the current application set of the container as a preset (like: Kwrite+Konqueror) and then later launch such group at once. This saves recreating commonly-used groups.

    Task bar presentation

    Group list in the taskbar

    The task bar shows (directly) only those windows — be they leaves or containers — that live directly in the root container. When user clicks LMB on container entry in the task bar, the list of all embedded applications is shown (containers show items which expand to the windows they contain, and so on). As with grouped tasks, containers show a small number with the number of windows they contain.

    Managing the containers

    Except for the root container (the desktop), empty containers are not allowed. Thus you have to point out which windows you would like to group or convert one of the windows to be container and add another window to it.

    Arranging windows as container

    1. launch applications as you like
    2. RMB on the desktop to get context menu
    3. choose "select windows"
    4. select desired windows
    5. RMB on the desktop to get context menu again
    6. choose "group selection" — container is created

    To select windows:

    • with Shift+LMB pressed down select region over the windows (like in KSnapshot)
    • with Ctrl pressed down click LMB on the window (to deselect click again)

    You can also run any switcher when selecting; this is useful for FAI containers.

    Incremental adding

    Creating GAI by adding hollow application

    You can:

    • add the application as current one
    • add the duplicate of the current application (i.e. it "copies" application and the document)
    • add "hollow" application — after that you drag&drop desired application or start new, it will be "sucked" into the container
    • drag&drop application directly to the container without creating hollow application

    There can be only one hollow application per entire KDE (all desktops). If user tries to create new hollow application, the previous one disappears. Existence of hollow application indicates that the next user action will be adding application to that container (thus drag&drop is easier in such case).

    Disassembling the container

    • user can convert any container to any other type (for example FAI to GAI)
    • user can tear off any window from the container to other container by drag&drop, even if the source and target containers are different types

    From the accepting container's point of view, tearing off is the same as adding a window.

    Please note that moving embedded windows within a container and tearing them off are two distinct actions; i.e. while moving the application (in FAI for example), the application cannot "fall off" the container.

    Closing documents, applications and windows

    Empty containers (except for desktop) are not allowed; empty applications (those with no document opened) are allowed.

    • close current document
    • close current application
    • close current application siblings (i.e. close all children of the parent, except the current one)
    • close current window
    • close topmost container (not counting desktop)

    Default options for non-FAI containers:
    [ ] closing document closes "its" application if there are sibling instances of that application within the container
    [x] do not allow to close last application in container
        [x] instead of closing last application in container, close the document only

    Closing a entire container means each application quits, not just closes its "pane". This difference is important for systray applications — in other words, such applications are not torn off when their parent-container closes.

    Special container menu items

    Accept new application (add hollow application)
    Convert to...

    • GAI
    • FAI
    • TAI

    Save set as...

    Default key bindings

    Closing
    close current document [ctrl+w]
    close current application [ctrl+q]
    close current application siblings <none>
    close current window [alt+f4]
    close topmost container [alt+shift+f4]
    Changing container type
    to GAI <none>
    to FAI <none>
    to TAI <none>
    Adding applications
    empty copy [ctrl+n]
    duplicate [ctrl+d]
    hollow [ctrl+h]
    start direct dragging [ctrl+LMB]

    Switchers

    A switcher is a program that lets the user switch from application to application. Visual appearance is up to the switcher. The user will select one switcher to be the primary switcher; other switchers may be configured as "auxiliary switchers", with any number of auxiliary switchers possible at one time.

    The primary switcher is activated by pressing and holding a "mod" key plus another key to make a navigation key. (For example, a navigation key might be [tab] or [shift-tab]; using mod as [alt] gives the switching keys commonly known today.) At that point, the primary switcher is active, and to keep it running, the user must continue to hold the mod key. Releasing the mod key will give focus to the window currently in the switcher; pressing the cancel key (default [escape]) will cancel the switch. Switchers may also (optionally) make use of the mouse.

    Auxiliary switchers are triggered by a global key or key combination. The combination need not include a modifier, and it is not needed to hold a modifier to keep the switcher active. The switcher will be operational until the user commits the switch (default [enter]) or cancels the switch.

    Mod is any modifier key allowed/recognized by X, except [ctrl] and [shift]. { Default mod key will likely be [alt] or [win]; any mod key is allowed — but it seems limited, why [meta] couldn't be mod key? }

    When window is a container, after switching to it, focus is given as described at the top of the Features section. Each container remembers the last window to have focus.

    Exchange

    Switchers are used for switching (focus change) windows, but they have another purpose: exchanging applications. The user can exchange the current application with any other one (not only siblings). After exchange, the current application still has focus (exchange is not switch). Exchange means applications take each other "places" in a geometrical sense (which includes position in the container hierarchy).

    Keyboard shortcut actions

    • (window, desktop) sequence switch
    • (window, desktop, global) historic switch
    • (window, desktop) spatial switch
    • (window) container-smart switch

    The ones marked "global" switch through all desktops, marked "desktop" switch only on the current desktop, marked "window" are constrained to the parent container of the active window.

    In TAI switches spatial up = spatial left and spatial down = spatial right (because of the tabs placement).

    Scope of the switches:

    • sequence — direct children only
    • historic — direct children only
    • spatial — all children (i.e. children, grandchildren, and so on...)

    Container smart switches:

    • GAI — historic
    • FAI — historic
    • TAI — spatial

    User can choose (option) if she/he prefers switch-wrap on or off, for each switcher mode separately. For sequence and historic switching, wrap means after last comes the first (and vice versa); for spatial that after rightmost comes the leftmost, after lowest comes the highest (and vice versa).

    Default settings:
    [x] sequence wrap
    [x] historic wrap
    [ ] spatial wrap

    Spatial and sequence switching properties

    Both of these switching modes are based on window placement, so for TAI container they are equivalent.

    The order of the sequence switching depends on KDE language settings (i.e. it is the same as reading "order"). Thus you can call sequence switching as switch-as-you-read (titlebars). It means that container edges are no limits for sequence switch, but they are limits for spatial switch.

    Another observation — an application to the right of its neighbor is not always left for spatial switch; that is, spatial-switch-left followed by spatial-switch-right may not put you back where you started. For sequence switch there is such guarantee: when you switch next and then previous, you will always return to the same place.

    Default keyboard bindings

    How to read it — first goes the container. It means the switch is bounded to that type of container. The second goes action. For example "desktop up" means this actions go to next upper window in current desktop. For auxiliary switchers the default shortcuts are the same, just [mod] key is dropped out (i.e. [left] instead of [win+left]).

    Sequence switch
    window previous [win+backspace]
    window next [win+shift+backspace]
    desktop previous [alt+backspace]
    desktop next [alt+shift+backspace]
    Spatial switch
    window up [win+up]
    window down [win+down]
    window right [win+right]
    window left [win+left]
    desktop up [alt+up]
    desktop down [alt+down]
    desktop right [alt+right]
    desktop left [alt+left]
    Historic switch
    window back [win+pgup]
    window forward [win+pgdn]
    desktop back [alt+pgup]
    desktop forward [alt+pgdn]
    global back [alt+ctrl+pgup]
    global forward [alt+ctrl+pgdn]
    Smart switch
    window previous [win+shift+tab]
    window next [win+tab]
    desktop previous [alt+shift+tab]
    desktop next [alt+tab]
    Other actions
    cancel switch [mod+escape]
    commit switch [mod+enter] (or just release [mod])
    exchange [mod+ins]

    Primary switcher is activated by any of the above (except the last section) and stays active as long as mod is held or until user commits or cancels switch. Cancel does not undo exchanges made.

    Links

    References:

    Projects:

    Bounties:

    KDE wish reports: