Changes between Version 6 and Version 7 of BOOK_FULL_SCREEN_MODE_R0
- Timestamp:
- 01/21/09 17:39:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_FULL_SCREEN_MODE_R0
v6 v7 11 11 12 12 == Task requirements == 13 In full screen mode only the current page is displayed. 13 In full screen mode only the current page and the bottom bar are displayed. Left and right flap are hidden. 14 15 Menus are hidden too, but all keyboard shortcuts should work (for example, Ctrl+S should save the book). 16 14 17 In [wiki:ITERATION_05], after completing [wiki:PAGE_ZOOM], the page should be scaled to fit the screen (preserving page's aspect ratio). 15 18 16 The page cannot be edited. All editing controls of frames should be hidden. 19 Since there's no standard keyboard shortcut for full screen mode, I propose F11 and/or Alt+Enter. 20 The same shortcut should be used for returning to previous mode. 17 21 18 The background around the page should be black. 22 Movies that are blown up to large sizes in full screen mode may not play as well as they might when Sophie Reader is not in full screen mode. 19 23 20 What can be done in full screen mode: 21 * Navigate to next/previous page using 22 * Page Down/Up 23 * Down/Up arrows 24 * Enter, Space keys - navigate to next page 25 * Mouse left click - navigate to next page; right click - previous page 26 * Mouse scroll 27 * Click on hyperlinks, play videos, etc. 28 * Return to previous mode (edit / preview) with the Escape key. 29 30 Since there's no standard keyboard shortcut for full screen mode, I propose F11 and/or Alt+Enter. 24 If (and only if) Sophie 2 is in preview mode (reader mode), the book cannot be modified in full screen mode too. 31 25 32 26 == Task result == … … 34 28 35 29 == Implementation idea == 36 Switch to Reader Mode. After closing Full Screen Mode, return to previous mode (Editing/Reader).37 38 Display current PageView.39 30 40 31 == Related == 41 32 * [wiki:BOOK_VIEW_MODES] 42 * [wiki:PREVIEW_MODE_R0]43 33 * [wiki:SCENE_COMMONS_R0] 44 34 * [wiki:BASE_LAYOUT_R0] … … 49 39 * Insert a text frame and write some text in it. 50 40 * Select Full Screen mode 51 * If Reader Mode is implemented, try to modify the page by dragging the text frame. It should not move.52 41 53 42 = Design =