| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=READER_APP_TUNING_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | = Analysis = |
| 7 | |
| 8 | == Overview == |
| 9 | |
| 10 | This task is all about making Sophie2.0 reader simpler and more comfortable to use. |
| 11 | |
| 12 | == Task requirements == |
| 13 | |
| 14 | * Make sure that there are intuitive keyboard shortcuts to all menus and most often used commands. [[BR]] |
| 15 | Menu keyboard shortcuts: [[BR]] |
| 16 | Alt+F - open file menu [[BR]] |
| 17 | Alt+E - open edit menu [[BR]] |
| 18 | Alt+W - open window menu [[BR]] |
| 19 | Alt+H - open help menu [[BR]] |
| 20 | File menu keyboard shortcuts [[BR]] |
| 21 | Ctrl+O - open file [[BR]] |
| 22 | command/control-shift-S saves a copy of the current Sophie book, prompting for a filename. [[BR]] |
| 23 | Ctrl+W - close file [[BR]] |
| 24 | Ctrl+Q - quits program. [[BR]] |
| 25 | |
| 26 | * The shortcuts should be context-sensitive [[BR]] |
| 27 | Arrow keys - If in text, the cursor is moved accordingly and if the page is selected the left and right arrows go forwards or backwards in pages and up and down arrows manage the zoom level. [[BR]] |
| 28 | |
| 29 | Space bar – if the page is selected switches to the next page, if a video is selected the space bar plays/pauses it. [[BR]] |
| 30 | |
| 31 | Tab - the focus moves from the current component to the next component that can accept the focus. If a container is given focus it passes the focus on to its first focusable child. [[BR]] |
| 32 | Ctrl-Tab - traverses to the next focus cycle. [[BR]] |
| 33 | Ctrl-Shift-Tab - traverses to the previous focus cycle. [[BR]] |
| 34 | |
| 35 | == Task result == |
| 36 | |
| 37 | The result of this task is source code. |
| 38 | |
| 39 | == Implementation idea == |
| 40 | |
| 41 | Use the Swing features that support keyboard shortcuts and focus management. |
| 42 | |
| 43 | == How to demo == |
| 44 | |
| 45 | * Use the space to turn a page, and then use the tab to move the focus to a stopped video. Use the space bar to play it. |
| 46 | * Use the keyboard shortcuts to open menus and execute commands. |
| 47 | |
| 48 | = Design = |
| 49 | |
| 50 | |
| 51 | = Implementation = |
| 52 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 53 | |
| 54 | = Testing = |
| 55 | |
| 56 | = Comments = |
| 57 | ^(Write comments for this or later revisions here.) |