diff --git a/src/editor/core/shortcut/keys/listKeys.ts b/src/editor/core/shortcut/keys/listKeys.ts index a56e6d7c0..b96408c01 100644 --- a/src/editor/core/shortcut/keys/listKeys.ts +++ b/src/editor/core/shortcut/keys/listKeys.ts @@ -4,7 +4,7 @@ import { IRegisterShortcut } from '../../../interface/shortcut/Shortcut' export const listKeys: IRegisterShortcut[] = [ { - key: KeyMap.I, + key: KeyMap.I_UPPERCASE, shift: true, mod: true, callback: (command: Command) => { @@ -12,7 +12,7 @@ export const listKeys: IRegisterShortcut[] = [ } }, { - key: KeyMap.U, + key: KeyMap.U_UPPERCASE, shift: true, mod: true, callback: (command: Command) => { diff --git a/src/editor/core/shortcut/keys/richtextKeys.ts b/src/editor/core/shortcut/keys/richtextKeys.ts index 6e97a3185..86291e9de 100644 --- a/src/editor/core/shortcut/keys/richtextKeys.ts +++ b/src/editor/core/shortcut/keys/richtextKeys.ts @@ -92,7 +92,7 @@ export const richtextKeys: IRegisterShortcut[] = [ } }, { - key: KeyMap.J, + key: KeyMap.J_UPPERCASE, mod: true, shift: true, callback: (command: Command) => {