diff --git a/web/libs/editor/src/stores/Annotation/Annotation.js b/web/libs/editor/src/stores/Annotation/Annotation.js index 7f008cfbfa30..560b9b04ac08 100644 --- a/web/libs/editor/src/stores/Annotation/Annotation.js +++ b/web/libs/editor/src/stores/Annotation/Annotation.js @@ -977,7 +977,8 @@ const _Annotation = types // } // }; - Hotkey.setScope(Hotkey.DEFAULT_SCOPE); + const { enableHotkeys } = self.store.settings; + Hotkey.setScope(enableHotkeys ? Hotkey.DEFAULT_SCOPE : "__none__"); }, createResult(areaValue, resultValue, control, object, skipAfrerCreate = false, additionalStates = []) {