summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjiteshjha2016-06-03 12:28:27 +0530
committerjiteshjha2016-06-03 12:28:27 +0530
commite6430d6911eb76e9f309e3fe68083454e0ca9a72 (patch)
tree8f8567417c7b558acc6167bb2ad31a24cfc6e4ab /config
parentbc42235644fd82510638cc44d83d6cbab95d00ed (diff)
downloadxcos-on-web-e6430d6911eb76e9f309e3fe68083454e0ca9a72.tar.gz
xcos-on-web-e6430d6911eb76e9f309e3fe68083454e0ca9a72.tar.bz2
xcos-on-web-e6430d6911eb76e9f309e3fe68083454e0ca9a72.zip
added stack-based traversal for edges and delete key action
Diffstat (limited to 'config')
-rw-r--r--config/keyhandler-commons.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/config/keyhandler-commons.xml b/config/keyhandler-commons.xml
index 3e690cd..9d21f45 100644
--- a/config/keyhandler-commons.xml
+++ b/config/keyhandler-commons.xml
@@ -6,12 +6,7 @@
<add as="34" action="enterGroup"/>
<add as="35" action="refresh"/>
<add as="36" action="home"/>
- <!-- Up, Down, Left, Right arrows perform moving instead of toggling -->
- <!--<add as="37" action="selectPrevious"/>
- <add as="38" action="selectParent"/>
- <add as="40" action="selectChild"/>
- <add as="39" action="selectNext"/> -->
- <add as="46" action="delete"/>
+ <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"/>
@@ -20,7 +15,7 @@
<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="113" action="edit"/>
<add as="123" action="showProperties"/>
<add as="107" action="zoomIn"/>
<add as="109" action="zoomOut"/>