PDA

View Full Version : dvd eject



mutation
September 9th, 2008, 05:44 PM
is there a dvd eject keyboard shortcut, or can i put one in?

:)

vulkan
September 10th, 2008, 03:16 AM
the shortcut "XBMC.ejecttray" should work.
its currently not mapped by default.

hope this works :)

-vulkan.

mutation
September 26th, 2008, 08:35 PM
how do i bind to a fuction key, i edited /.boxee/UserData/Keymap.xml and placed in <eject>XBMC.ejecttray<f12> but after when i shutdown boxee and try to restart it closes with just a flash on the screen. I remove the line that i edited and all is fine again.:eek:

agentlame
September 26th, 2008, 08:53 PM
In the tags:


<keymap>
<global>
<keyboard>

add:


<f12>XBMC.ejecttray()</f12>


So it should looke something like:


<keymap>
<global>
<!-- Remote section -->

<keyboard>
<f12>XBMC.ejecttray()</f12>
<!-- Remaining keboard commands-->
</keyboard>

</global>
<!-- Rest of file -->
</keymap>