Skip to content

Commit ccdf761

Browse files
authored
feat(Gpt): changed hotkey to open gpt popup (#741)
1 parent 2d57d2b commit ccdf761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extensions/additional/GPT/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const WIDGET_DECO_SPEC_FLAG = 'gpt_widget_deco';
55
export const gptPopupPlacement: PopupPlacement = ['bottom-start', 'top-start'];
66

77
export const gptHotKeys = {
8-
openGptKey: 'Mod-h',
9-
openGptKeyTooltip: 'Mod+h',
8+
openGptKey: 'Mod-shift-y',
9+
openGptKeyTooltip: 'Mod+shift+y',
1010
presetsKey: (key: string) => `Control+${key}`,
1111
tryAgainGpt: 'Control+t',
1212
freshStartGpt: 'Control+r',

0 commit comments

Comments
 (0)