From 8761be080540c48278b046d53e4371c603f0c549 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 21 Nov 2018 19:29:22 +1200 Subject: [PATCH] * --- desktop/sources/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/sources/index.html b/desktop/sources/index.html index 55503f9..39649c0 100644 --- a/desktop/sources/index.html +++ b/desktop/sources/index.html @@ -59,6 +59,7 @@ DOTGRID.controller.add("default","Stroke","Close",() => { DOTGRID.tool.cast("close") },"Z"); DOTGRID.controller.add("default","Stroke","Arc(full)",() => { DOTGRID.tool.cast("arc_c_full"); },"T"); // 1,1 DOTGRID.controller.add("default","Stroke","Arc Rev(full)",() => { DOTGRID.tool.cast("arc_r_full")},"Y"); // 1,0 + DOTGRID.controller.add("default","Stroke","Clear Selection",() => { DOTGRID.tool.clear(); },"Escape"); DOTGRID.controller.add("default","Effect","Linecap",() => { DOTGRID.tool.toggle("linecap"); },"Q"); DOTGRID.controller.add("default","Effect","Linejoin",() => { DOTGRID.tool.toggle("linejoin"); },"W");