Changes between Version 14 and Version 15 of BOOK_FULL_SCREEN_MODE_R0
- Timestamp:
- 04/24/09 14:49:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_FULL_SCREEN_MODE_R0
v14 v15 8 8 9 9 == Overview == 10 Full screen mode shows the currently viewed document (usually it's a book) in full screen. It is useful for presentations.[ BR]10 Full screen mode shows the currently viewed document (usually it's a book) in full screen. It is useful for presentations.[[BR]] 11 11 There should be 2 full screens mode 12 12 * full screen - Preview that doesn't allow the user to edit the document. The application starts to act as reader in full screen. In this case application should announced the user how to exit full screen. 13 13 * full screen with tabs - Allows book editing in full screen mode, all flap and tabs and menus should present but in auto hide mode. 14 The full screens mode are triggered by the view menu or short keys. The short keys should be F5 for presentation full screen and F11 for edit full screen mode. These short keys should be listed after the buttons in the view menu.[ BR]15 User should be able to exit full screen mode with ESC key or by pressing the key that evoked the current full screen mode. Or in case of edit full screen he could use the view menu to do so.[ BR]14 The full screens mode are triggered by the view menu or short keys. The short keys should be F5 for presentation full screen and F11 for edit full screen mode. These short keys should be listed after the buttons in the view menu.[[BR]] 15 User should be able to exit full screen mode with ESC key or by pressing the key that evoked the current full screen mode. Or in case of edit full screen he could use the view menu to do so.[[BR]] 16 16 When in edit mode and user wants to makes preview, the application goes to presentation mode. 17 17 == Task requirements ==