Moin,
bei fleissigem Forenlesen habe ich zwei interessante Beiträge von Matz gefunden, die zusammengeführt eine schöne Lösung auf dem Endura ergäben.
Einmal Hardware-Keycodes aus der Lowrance-Ecke
Wichtig zum Anpassen von Softwaretools an die Endura-Tasten
PAGES = 85
MENU = *ACTION
ZOOM- = 84
ZOOM+ = 83
MARK = *ENTER
HOCH = *UP
RUNTER = *DOWN
LINKS = *LEFT
RECHTS = *RIGHT
Die *KEYS sind die standard WinCE Keys und funktionieren i.d.R. schon in jeder Anwendung.
Alles anzeigen
und Twonav Pocket mit PDA Hardwaretasten verbinden aus der CompeGPS/TwoNav-Ecke
Daher verfrickeln wir einfach die Datei "TwKeysPPC.cxml" im Twonav Hauptverzeichnis.
<Menu>
<Item command="132" shortcut="38"/> <!-- VK_UP -->
<Item command="133" shortcut="40"/> <!-- VK_DOWN -->
<Item command="134" shortcut="37"/> <!-- VK_LEFT -->
<Item command="135" shortcut="39"/> <!-- VK_RIGHT -->
<Item command="12" shortcut="113"/> <!-- VK_PANE1 (MENU) -->
<Item command="193" shortcut="112"/> <!-- VK_PANE2 (PAGE) -->
<Item command="102" shortcut="114"/> <!-- VK_MM6_zoom1 -->
<Item command="101" shortcut="115"/> <!-- VK_MM6_zoom2 -->
</Menu>
Schlußfolgernd schaut meine "TwKeysPPC.cxml" auf dem Endura mit Twonav Pocket jetzt so aus:
<Menu>
<Item command="132" shortcut="38"/> <!-- VK_UP -->
<Item command="133" shortcut="40"/> <!-- VK_DOWN -->
<Item command="134" shortcut="37"/> <!-- VK_LEFT -->
<Item command="135" shortcut="39"/> <!-- VK_RIGHT -->
<Item command="12" shortcut="113"/> <!-- VK_PANE1 (MENU) -->
<Item command="193" shortcut="85"/> <!-- VK_PANE2 (PAGE) -->
<Item command="102" shortcut="84"/> <!-- VK_MM6_zoom1 -->
<Item command="101" shortcut="83"/> <!-- VK_MM6_zoom2 -->
</Menu>
Leider funktionieren aber die mir am wichtigsten Zoom-Tasten nicht. Das wäre wirklich das Tüpfelchen auf den i! Hat jemand eine Idee, warum die Hardware-Keys wohl auf Standard-PPC, nicht aber auf dem Endura laufen? Bzw. wie man sie zum Laufen kriegt? Fehlen evtl. Libraries?
Ich habe das mal in der Endura-Ecke gepostet, da es wohl ein Enduro-spezifisches Problem ist.