marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.03k stars 265 forks source link

How to disable these buttons shortcut in vedo ? #1110

Closed OhmPuchiss closed 3 months ago

OhmPuchiss commented 4 months ago

I want to use the keyboard to control other function defined by myself how do I close and stop these function from interacting ?

image

ZiguoAtGitHub commented 4 months ago

Hi, you can take a look at class Settings in API document. If I am not wrong, the setting is enable_default_keyboard_callbacks= False.

OhmPuchiss commented 4 months ago

That works Thanks