Changes between Version 2 and Version 3 of BASE_KEYBOARD_R0
- Timestamp:
- 01/21/09 11:45:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BASE_KEYBOARD_R0
v2 v3 19 19 20 20 == Implementation idea == 21 ^(It is advisable to include some rough implementations ideas.)^ 21 Create new package with understandable name. Try to centralize the control of this functionality via singleton manager, mediator or some other design pattern that you think is appropriate here. Keep in mind that hard coding any key combinations is not a good idea. Understanding the scope of this task is critical, it might affect the entire application architecture. 22 22 23 23 == Related ==