Unable to prevent CalloutCreateTool hotkeys or disable tool

Using instance.hotkeys.off(‘C’) I also tried ‘c’ and instance.hotkeys.Keys.C but I’m still able to use this hotkey.

version: 7.3.4
docs:
C string Select the AnnotationCreateCallout tool

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hi Stherrien,

I am unable to replicate your issue in version: 7.3.9

This is how I am calling it:

.then(instance => {
  instance.hotkeys.off(instance.hotkeys.Keys.C);
});

Try upgrading to 7.3.9 and running that snippet and see if it works for you

Cheers,
Dustin