summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson')
-rw-r--r--Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson b/Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson
new file mode 100644
index 00000000000..7ab1b34a2fd
--- /dev/null
+++ b/Master/texmf-dist/asymptote/GUI/configs/xasykeymap.cson
@@ -0,0 +1,24 @@
+# Default Keymaps for xasy
+
+commandPalette: "Ctrl+P"
+quit: "Ctrl+Q"
+deleteObject: "Del"
+
+finalizeCurve: "Space"
+finalizeCurveClosed: "c"
+
+anchorMode: "Ctrl+A"
+
+undo: 'Ctrl+Z'
+redo: 'Ctrl+Y'
+
+moveUp: 'Up'
+moveDown: 'Down'
+
+scrollUp: 'Shift+Up'
+scrollDown: 'Shift+Down'
+scrollLeft: 'Shift+Left'
+scrollRight: 'Shift+Right'
+
+zoomIn: 'Ctrl+Up'
+zoomOut: 'Ctrl+Down' \ No newline at end of file