Hi,

below is a section of my navit.xml file which shows some osd lines.  The intent 
of these lines is to allow my spacenavigator to pass commands to navit.  Using 
a keyboard to test these, the bottom 3 seem to work fine, but the "zoom_in()" 
command doesn't seem to be recognized or added.  I note this when I start navit 
from a terminal, lines identifying the last 3 commands show up, but nothing for 
the '-' key.   Additionally, when I press a cooresponding button -- things show 
up the the last 3 but nothing for "zoom_in()".  Could I ask for some help in 
figuring out why this is the case?  Thanks in advance,

Nasa


        <osd enabled="yes" type="button" x="0" y="0" use_overlay="1" 
command="zoom_in()"  accesskey="-" src="empy.svg"/>
        <osd enabled="yes" type="button" x="0" y="0" use_overlay="1" 
command="zoom_out()" accesskey="=" src="empty.svg"/> 
        <osd enabled="yes" type="button" x="0" y="0" use_overlay="1" 
command="zoom_to_route()" accesskey=","  src="empty.svg"/>
        <osd enabled="yes" type="button" x="0" y="0" use_overlay="1" 
command="speech_active()" accesskey="/" src="empty.svg"/>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Navit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/navit-users

Reply via email to