Hallo,

2009/6/10 Andreas Borutta schrieb:
> [...]
>
> Ich habe versucht, dort ein Kürzel zuzuweisen, was sich nicht per
> Dialogfeld zuweisen lässt:
> Kürzel mit der ALT-Taste.
>
> Mein erfolgloser Versuch:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
> xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Accelerators"
> oor:package="org.openoffice.Office">
>  <node oor:name="PrimaryKeys">
>  <node oor:name="Modules">
>   <node oor:name="com.sun.star.sheet.SpreadsheetDocument">
>    <node oor:name="UP_MOD1_MOD2">
>     <prop oor:name="Command">
>      <value xml:lang="de">.uno:InsertRows</value>
>     </prop>
>    </node>
>   </node>
>  </node>
>  </node>
> </oor:component-data>
>
> Das Kürzel für "Zeile einfügen" soll lauten:
> STRG+ALT+UP
>
> Kennt sich jemand damit aus und kann mir sagen, wo mein Fehler liegt?

Bei mir funktioniert   →

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Accelerators"
oor:package="org.openoffice.Office">
 <node oor:name="PrimaryKeys">
  <node oor:name="Modules">
  [...]
   <node oor:name="com.sun.star.sheet.SpreadsheetDocument">
    <node oor:name="UP_MOD1_MOD2" oor:op="replace">
     <prop oor:name="Command">
      <value xml:lang="de">.uno:InsertRows</value>
     </prop>
    </node>
   [...]

Liegt es an  →
<node oor:name="UP_MOD1_MOD2" oor:op="replace">
??

Schönen Tag -
Manfred

[...]
> Problemlos funktioniert es BTW mit STRG+UP:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
> xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Accelerators"
> oor:package="org.openoffice.Office">
>  <node oor:name="PrimaryKeys">
>  <node oor:name="Modules">
>   <node oor:name="com.sun.star.sheet.SpreadsheetDocument">
>    <node oor:name="UP_MOD1">
>     <prop oor:name="Command">
>      <value xml:lang="de">.uno:InsertRows</value>
>     </prop>
>    </node>
>   </node>
>  </node>
>  </node>
> </oor:component-data>

-- 
Magenta Anonymous
<http://extensions.services.openoffice.org/project/Anonymous>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Antwort per Email an