Skip to content

Commit 19943c5

Browse files
committed
add ctrl+a to help string
1 parent 587c97a commit 19943c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

geometer.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
// TODO: ctrl-tab? mouse special buttons?
9595
#define C_LayerMod Keyboard.Ctrl
9696
#define C_LayerRev Keyboard.Shift
97-
#define C_LayerChange Keyboard.Tab
97+
#define C_LayerChange Keyboard.Tab // TODO: change to 1?
9898
#define C_LayerDrawer Keyboard.T
9999
/////////////////////////////////////////
100100

@@ -1891,8 +1891,9 @@ dont_append_selection:;
18911891
"=========\n"
18921892
" RMB - add point(s) to selection\n"
18931893
" -> drag - box select\n"
1894-
" Alt + ^^^ - remove point(s) from selection\n"
1894+
" Alt+^^^ - remove point(s) from selection\n"
18951895
" Delete - delete selected points (+shapes)\n"
1896+
" Ctrl+A - select all on current layer\n"
18961897
"\n"
18971898
"Modifiers\n"
18981899
"=========\n"

0 commit comments

Comments
 (0)