You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type='button', data-type='point', data-toggle='tooltip', title='Draw a new point', class=drawingType ==='point'?'active':null)
18
+
type='button', data-type='point', data-toggle='tooltip', title='Draw a new point (keyboard shortcut: o)', class=drawingType ==='point'?'active':null)
19
19
| #[span.icon-circle]Point
20
20
.btn-group.btn-group-sm
21
21
button.h-draw.btn.btn-default(
22
-
type='button', data-type='rectangle', data-toggle='tooltip', title='Draw a new rectangle', class=drawingType ==='rectangle'?'active':null)
22
+
type='button', data-type='rectangle', data-toggle='tooltip', title='Draw a new rectangle (keyboard shortcut: r)', class=drawingType ==='rectangle'?'active':null)
23
23
| #[span.icon-check-empty]Rectangle
24
24
.btn-group.btn-group-sm
25
25
button.h-draw.btn.btn-default(
26
-
type='button', data-type='ellipse', data-toggle='tooltip', title='Draw a new ellipse', class=drawingType ==='ellipse'?'active':null)
26
+
type='button', data-type='ellipse', data-toggle='tooltip', title='Draw a new ellipse (keyboard shortcut: i)', class=drawingType ==='ellipse'?'active':null)
27
27
| #[span.icon-circle-empty.flattenicon]Ellipse
28
28
.btn-group.btn-group-sm
29
29
button.h-draw.btn.btn-default(
30
-
type='button', data-type='circle', data-toggle='tooltip', title='Draw a new circle', class=drawingType ==='circle'?'active':null)
30
+
type='button', data-type='circle', data-toggle='tooltip', title='Draw a new circle (keyboard shortcut: c)', class=drawingType ==='circle'?'active':null)
31
31
| #[span.icon-circle-empty]Circle
32
32
.btn-group.btn-group-sm
33
33
button.h-draw.btn.btn-default(
34
-
type='button', data-type='polygon', data-toggle='tooltip', title='Draw a new polygon', class=drawingType ==='polygon'?'active':null)
34
+
type='button', data-type='polygon', data-toggle='tooltip', title='Draw a new polygon (keyboard shortcut: p)', class=drawingType ==='polygon'?'active':null)
35
35
| #[span.icon-draw-polygon]Polygon
36
36
.btn-group.btn-group-sm
37
37
button.h-draw.btn.btn-default(
38
-
type='button', data-type='line', data-toggle='tooltip', title='Draw a new line', class=drawingType ==='line'?'active':null)
38
+
type='button', data-type='line', data-toggle='tooltip', title='Draw a new line (keyboard shortcut: l)', class=drawingType ==='line'?'active':null)
0 commit comments