Unity7ShellGestures

Differences between revisions 5 and 6
Revision 5 as of 2013-12-13 18:26:55
Size: 2361
Editor: 198
Comment:
Revision 6 as of 2013-12-13 18:27:48
Size: 2362
Editor: 198
Comment: fix typo
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
|| Window Management || 3-touch tap then drag || open Switcher with focus on previous window || imlemented^2^ || || Window Management || 3-touch tap then drag || open Switcher with focus on previous window || implemented^2^ ||

Improve and extend support for touchscreen multi-touch gestures in Unity.

Rationale

Additional multi-touch gesture handling added to the Launcher, Dash, and Switcher components of Unity7 to improve the Ubuntu desktop experience on modern hardware.

User stories

  • Fred has purchased a new Microsoft™ Windows™ 8 compatible laptop with a multi-touch capable touchscreen, and wants to improve his experience by running Ubuntu. He wants to be able to use the Dash and free WiFi on his commuter train to browse artwork from various sites while making up his sample book, and can't use a mouse. He needs to be able to expand and scroll results in the Dash, open and close previews, and drag-and-drop between the dash and other applications using the touchscreen.

  • Wilma has a new convertible laptop with a detachable keyboard. She docks the screen while in the office but takes it on the road as a tablet. She wants to be able to open and navigate to her various productivity apps to prepare for appointments while travelling, all without a keyboard but by using the touchscreen.

Functional Checklist

Component

Gesture

Action

Status

Window Management

3-touch long hold

toggle greedy mode

not implemented

Window Management

3-touch drag

move window

works

Window Management

3-touch tap

open the HUD

not implemented

Window Management

3-touch double tap

switch to previous window (alt-tab)

works1

Window Management

3-touch tap then drag

open Switcher with focus on previous window

implemented2

Window Management

3-touch pinch

maximize/unmaximize window

implemented2

Dash

4-touch tap

open/close the Dash

works

Launcher

1-touch edge drag

reveal the Launcher

not implemented3

notes

  • 1 Switcher flashes on the screen ... may be a bug?

    2 Code is present but does not work on my test hardware.

    3 Edge drags may not be physiologically practical on desktop form factors.


CategorySpec

Unity/Desktop/14.04/Unity7ShellGestures (last edited 2014-05-14 02:03:06 by 198)