File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 94
94
// TODO: ctrl-tab? mouse special buttons?
95
95
#define C_LayerMod Keyboard.Ctrl
96
96
#define C_LayerRev Keyboard.Shift
97
- #define C_LayerChange Keyboard.Tab
97
+ #define C_LayerChange Keyboard.Tab // TODO: change to 1?
98
98
#define C_LayerDrawer Keyboard.T
99
99
/////////////////////////////////////////
100
100
@@ -1891,8 +1891,9 @@ dont_append_selection:;
1891
1891
"=========\n"
1892
1892
" RMB - add point(s) to selection\n"
1893
1893
" -> drag - box select\n"
1894
- " Alt + ^^^ - remove point(s) from selection\n"
1894
+ " Alt+ ^^^ - remove point(s) from selection\n"
1895
1895
" Delete - delete selected points (+shapes)\n"
1896
+ " Ctrl+A - select all on current layer\n"
1896
1897
"\n"
1897
1898
"Modifiers\n"
1898
1899
"=========\n"
You can’t perform that action at this time.
0 commit comments