diff options
Diffstat (limited to 'webapp/config/keyhandler-commons.xml')
-rw-r--r-- | webapp/config/keyhandler-commons.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/webapp/config/keyhandler-commons.xml b/webapp/config/keyhandler-commons.xml new file mode 100644 index 0000000..9d21f45 --- /dev/null +++ b/webapp/config/keyhandler-commons.xml @@ -0,0 +1,23 @@ +<mxEditor> + <mxDefaultKeyHandler as="keyHandler"> + <add as="8" action="collapse"/> + <add as="13" action="expand"/> + <add as="33" action="exitGroup"/> + <add as="34" action="enterGroup"/> + <add as="35" action="refresh"/> + <add as="36" action="home"/> + <add as="46" action="deleteBlock"/> + <add as="65" control="1" action="selectAll"/> + <add as="90" control="1" action="undo"/> + <add as="89" control="1" action="redo"/> + <add as="88" control="1" action="cut"/> + <add as="67" control="1" action="copy"/> + <add as="86" control="1" action="paste"/> + <add as="71" control="1" action="group"/> + <add as="85" control="1" action="ungroup"/> + <add as="113" action="edit"/> + <add as="123" action="showProperties"/> + <add as="107" action="zoomIn"/> + <add as="109" action="zoomOut"/> + </mxDefaultKeyHandler> +</mxEditor> |