Archive:MINIX A2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 77: | Line 77: | ||
== keyboard.xml (additions)== | == keyboard.xml (additions)== | ||
If there are | If there are multiple keymap entries for the same key anme, the last entry wins.<br/> | ||
I recommend placing manual entries at the end of the <keyboard> stanza inside <global><br /> | I recommend placing manual entries at the end of the <keyboard> stanza inside <global><br /> | ||
This saves us the effort of finding the original key assignment | This saves us the effort of finding and editing the original key assignment | ||
.... | .... | ||
<F2>NextSubtitle</F2> | <F2>NextSubtitle</F2> | ||
Revision as of 13:12, 25 January 2015
mouse.xml
<keymap>
<global>
<mouse>
<leftclick>Select</leftclick>
<rightclick>Back</rightclick>
<middleclick>noop</middleclick>
<doubleclick id="0">noop</doubleclick>
<longclick id="0">noop</longclick>
<wheeldown>noop</wheeldown>
<wheelup>noop</wheelup>
<mousedrag>noop</mousedrag>
<mousemove>noop</mousemove>
<mousedragend>Select</mousedragend>
<mouserdragend>Back</mouserdragend>
</mouse>
</global>
</keymap>
keyboard.xml (additions)
If there are multiple keymap entries for the same key anme, the last entry wins.
I recommend placing manual entries at the end of the <keyboard> stanza inside <global>
This saves us the effort of finding and editing the original key assignment
....
<F2>NextSubtitle</F2>
<home>AudioNextLanguage</home>
<return>SendClick(8)</return>
<F1>Stop</F1>
<prev_track>PageUp</prev_track>
<next_track>PageDown</next_track>
</keyboard>
</global>
....




















