diff --git a/src/hooks/useKeyboardShortcuts/useAnnotatorToolShortcuts.tsx b/src/hooks/useKeyboardShortcuts/useAnnotatorToolShortcuts.tsx index e13a94b5..aafc4a2d 100644 --- a/src/hooks/useKeyboardShortcuts/useAnnotatorToolShortcuts.tsx +++ b/src/hooks/useKeyboardShortcuts/useAnnotatorToolShortcuts.tsx @@ -46,11 +46,6 @@ export const useAnnotatorToolShortcuts = () => { }) ); break; - case "H": - dispatch( - annotatorSlice.actions.setToolType({ operation: ToolType.Hand }) - ); - break; case "I": dispatch( annotatorSlice.actions.setToolType({ diff --git a/src/utils/annotator/enums.ts b/src/utils/annotator/enums.ts index 5239ec63..c21d4bf7 100644 --- a/src/utils/annotator/enums.ts +++ b/src/utils/annotator/enums.ts @@ -17,7 +17,6 @@ export enum ToolType { ColorAdjustment, ColorAnnotation, EllipticalAnnotation, - Hand, LassoAnnotation, MagneticAnnotation, ObjectAnnotation,