I often find myself accidentally hovering over some shape or other when switching modes.
One additional reason to do this: I never included it in the help. So it hasn't been very high-priority.
H4K2GFILFMCVWL2EBTPHPYXLVH6ZBFWTH2FIQXOTMQAMJZJ2HSGQC
VFJEVPPO4MBBTR5MFEFYNKURSIT72D3467TRXGXXZSNI2LCMJCRQC
XNFTJHC4QSHNSIWNN7K6QZEZ37GTQYKHS4EPNSVPQCUSWREROGIQC
BLWAYPKV3MLDZ4ALXLUJ25AIR6PCIL4RFYNRYLB26GFVC2KQBYBAC
elseif chord == 'C-l' then
elseif chord == 'C-l' and not love.mouse.isDown('1') then
local drawing,_,shape = Drawing.select_shape_at_mouse() if drawing then Drawing.convert_line(drawing, shape) end
local drawing,_,shape = Drawing.select_shape_at_mouse()
if drawing then
Drawing.convert_line(drawing, shape)
end
local drawing,_,shape = Drawing.select_shape_at_mouse() if drawing then Drawing.convert_horvert(drawing, shape) end
Drawing.convert_horvert(drawing, shape)