@@ -881,11 +881,11 @@ export const MITER = 'miter';
881
881
export const AUTO = 'auto' ;
882
882
// INPUT
883
883
/**
884
- * @typedef {'AltLeft' | 'AltRight ' } ALT
884
+ * @typedef {'Alt ' } ALT
885
885
* @property {ALT } ALT
886
886
* @final
887
887
*/
888
- export const ALT = 'AltLeft ' ;
888
+ export const ALT = 'Alt ' ;
889
889
890
890
/**
891
891
* @typedef {'Backspace' } BACKSPACE
@@ -895,11 +895,11 @@ export const ALT = 'AltLeft';
895
895
export const BACKSPACE = 'Backspace' ;
896
896
897
897
/**
898
- * @typedef {'ControlLeft ' | 'ControlRight ' } CONTROL
898
+ * @typedef {'Control ' | 'Control ' } CONTROL
899
899
* @property {CONTROL } CONTROL
900
900
* @final
901
901
*/
902
- export const CONTROL = 'ControlLeft ' ;
902
+ export const CONTROL = 'Control ' ;
903
903
904
904
/**
905
905
* @typedef {'Delete' } DELETE
@@ -937,11 +937,11 @@ export const ESCAPE = 'Escape';
937
937
export const LEFT_ARROW = 'ArrowLeft' ;
938
938
939
939
/**
940
- * @typedef {'AltLeft' | 'AltRight ' } OPTION
940
+ * @typedef {'Alt ' } OPTION
941
941
* @property {OPTION } OPTION
942
942
* @final
943
943
*/
944
- export const OPTION = 'AltLeft ' ;
944
+ export const OPTION = 'Alt ' ;
945
945
946
946
/**
947
947
* @typedef {'Enter' } RETURN
@@ -958,11 +958,11 @@ export const RETURN = 'Enter';
958
958
export const RIGHT_ARROW = 'ArrowRight' ;
959
959
960
960
/**
961
- * @typedef {'ShiftLeft' | 'ShiftRight ' } SHIFT
961
+ * @typedef {'Shift ' } SHIFT
962
962
* @property {SHIFT } SHIFT
963
963
* @final
964
964
*/
965
- export const SHIFT = 'ShiftLeft ' ;
965
+ export const SHIFT = 'Shift ' ;
966
966
967
967
/**
968
968
* @typedef {'Tab' } TAB
0 commit comments