~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to manual-tests/SuperTab.txt

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño), Thomi Richards
  • Date: 2012-03-01 02:58:23 UTC
  • mfrom: (1886.5.19 super+tab.2)
  • Revision ID: tarmac-20120301025823-fgj3fz8cb59qw8w2
The launcher icons can be shown during the Super Tab Launcher switcher.

For both the shortcut hints and the icons shortcut overlays we use the same policy:
 - If they were shown before starting the Super+Tab session, we still show them
 - If they were not shown before starting the Super+Tab session, they won't be ever shown

Plus, if we're pressing a valid unity shortcut key when the Launcher Switcher is active, we should terminate the switcher without doing anything.

UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/943372, https://bugs.launchpad.net/bugs/943377. Approved by Thomi Richards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  when the Super+Tab is activated and the icons should be expanded when
22
22
  neeeded.
23
23
 
 
24
 
24
25
Super Tab switcher interaction with Shortcut Hint
25
26
-------------------------------------------------
26
27
This test shows the interaction between the shortcut hint overlay and the
43
44
  Super+Tab switcher is initialized and the shortcut hint overlay is not shown
44
45
  even keeping only super pressed until releasing it and pressing it again.
45
46
 
46
 
Super Tab switcher cycling over launcher applications
47
 
-----------------------------------------------------
48
 
This test shows how the Super+Tab switcher should use a circular selection.
49
 
 
50
 
#. Start with a clean screen
51
 
#. Press Super+Tab multiple times to make the selection to reach the bottom
52
 
   launcher icon
53
 
#. Press Tab again
54
 
 
55
 
Outcome:
56
 
  The selection should go from the last launcher icon, to the first one.
57
 
  The launcher view should be expanded/moved if needed to show the highlighted item.
58
 
 
59
 
#. Start with a clean screen
60
 
#. Press Super+Tab once to make the first launcher icon to highlight
61
 
#. Press Shift+Tab while keeping Super pressed
62
 
 
63
 
Outcome:
64
 
  The selection should go from the first launcher icon to the last one.
65
 
  The launcher view should be expanded/moved if needed to show the highlighted item.
66
47
 
67
48
Escaping from Super Tab switcher
68
49
--------------------------------