You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that a user may accidentally hit one of the hotkeys and change the behavior of the 3D view. They might think there is some bug. For example, hitting 'j' key changes it to joystick mode so that holding the mouse button rotates the 3D view. Only by hitting the 't' key does it change back to the default mode where you hold the mouse button and drag the mouse to rotate the 3D view.
The text was updated successfully, but these errors were encountered:
ChiCheng45
changed the title
[BUG] Disable some or all of the QVTKRenderWindowInteractor hotkeys
Disable some or all of the QVTKRenderWindowInteractor hotkeys
Oct 14, 2024
Description of the error
I think we might want to try to disable some or all of the QVTKRenderWindowInteractor hotkeys. See https://docs.vtk.org/en/latest/api/python/vtkmodules/vtkmodules.qt.QVTKRenderWindowInteractor.html#vtkmodules.qt.QVTKRenderWindowInteractor.QVTKRenderWindowInteractor.
The problem is that a user may accidentally hit one of the hotkeys and change the behavior of the 3D view. They might think there is some bug. For example, hitting 'j' key changes it to joystick mode so that holding the mouse button rotates the 3D view. Only by hitting the 't' key does it change back to the default mode where you hold the mouse button and drag the mouse to rotate the 3D view.
The text was updated successfully, but these errors were encountered: