Version 3 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
Overview
The opened books must be switchable by keyboard shortcuts. Assuming the opened books are 1,2,3,4,5 in this order and 2 is the active one. The behavior is the following:
- Pressing the keyboard switching books switches to book 3
- If book 5 is active pressing the keyboard shortcut switches to book one.
- The switching order does not depend on opening order
- In later revisions a visualisation may be present.
Task requirements
- Implement switching between opened books by the shortcut ctrl+tab.
- Implement this task after BASE_KEYBOARD_R0
- If there is time remaining, you may consider starting a visualization on book switching.
Task result
The result of this task is code.
Implementation idea
Related
How to demo
(In this section you must add instructions for the demo of the task.)
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
question? Will changing of keyboard shortcuts be present?