isKeyTrigger property
Whether to trigger cursor/keyboard rotation dependent on the currently pressed LogicalKeyboardKey
By default, rotation is triggered if any key in defaultTriggerKeys is held (any of the "Control" keys).
Fix to returning false, or use the
CursorKeyboardRotationOptions.disabled constructor to disable
cursor/keyboard rotation.
Implementation
final IsKeyCursorRotationTrigger? isKeyTrigger;