Changes between Initial Version and Version 2 of Ticket #13
- Timestamp:
- 08/26/08 04:16:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13
-
Property
Priority
changed from
minor
tomajor
-
Property
Type
changed from
enhancement
tofeature
-
Property
Milestone
changed from
to
MS1: First usable version
-
Property
Priority
changed from
-
Ticket #13 – Description
initial v2 1 1 Implement keyboard support. 2 3 First research if it is possible to have a global (inside JaCaVi) hook for keyboard events. If so, it has to be only active when the race perspective is active. 4 5 Otherwise, add the keyboard support as a normal keyboard listener to the mouse input view (which shouldn't be called !MouseInputView then!). 6 7 Avoid creating new commands/actions for the keyboard support, as that isn't very clean and makes it hard to make the keys used user-configurable.