diff options
author | kamakshidasan | 2016-12-22 15:36:18 +0530 |
---|---|---|
committer | kamakshidasan | 2016-12-22 15:36:18 +0530 |
commit | b2cd0d0cad32683971baf53efa2e50ff8d26f66b (patch) | |
tree | e359be4308ae9b361eae39bf277adcfbef807cef /config/keyhandler-commons.xml | |
parent | 25afcccb46a603cc9d2485e25216acfffa2e3e02 (diff) | |
download | xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.gz xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.bz2 xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.zip |
Maven has been removed
Diffstat (limited to 'config/keyhandler-commons.xml')
-rw-r--r-- | config/keyhandler-commons.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/keyhandler-commons.xml b/config/keyhandler-commons.xml new file mode 100644 index 0000000..9d21f45 --- /dev/null +++ b/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> |