This is an archived, read-only instance of the JaCaVi Trac. This site is no longer actively maintained. Registration and login have been disabled. Content is preserved for reference only.

Changes between Initial Version and Version 2 of Ticket #13


Ignore:
Timestamp:
08/26/08 04:16:51 (18 years ago)
Author:
Henrik Heimbuerger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13

    • Property Priority changed from minor to major
    • Property Type changed from enhancement to feature
    • Property Milestone changed from to MS1: First usable version
  • Ticket #13 – Description

    initial v2  
    11Implement keyboard support.
     2
     3First 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
     5Otherwise, add the keyboard support as a normal keyboard listener to the mouse input view (which shouldn't be called !MouseInputView then!).
     6
     7Avoid 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.