I have a requirement to draw a rectangle for selecting features. I am doing this using a sketchviewmodel and its create method. A secondary requirement is to change the selection behaviour when the ctrl key is pressed, however the sketchviewmodel has inbuilt functionality to lock the aspect ratio when ctrl is pressed, drawing a square instead of a rectangle. Is there a way to disable this functionality?