Subject: | CTRL use on canvas. |
Posted by: | Jonas_Thörnvall |
Date: | Wed, 11 Nov 2020 |
I have started a "silly" project trying to simulate some sort of text editor/command cursor format on canvas.
Shift seem to work implicity, chosing correct Charcode character, but CTRL charcode 17 just produce some rectangle symbol.
Should i just have some boolean on/off switch for CTRL and simply reposition charcode with an add x or subtract x.
Or is there some type of command that actually make it do what shift does?