We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d57d2b commit ccdf761Copy full SHA for ccdf761
src/extensions/additional/GPT/constants.ts
@@ -5,8 +5,8 @@ export const WIDGET_DECO_SPEC_FLAG = 'gpt_widget_deco';
5
export const gptPopupPlacement: PopupPlacement = ['bottom-start', 'top-start'];
6
7
export const gptHotKeys = {
8
- openGptKey: 'Mod-h',
9
- openGptKeyTooltip: 'Mod+h',
+ openGptKey: 'Mod-shift-y',
+ openGptKeyTooltip: 'Mod+shift+y',
10
presetsKey: (key: string) => `Control+${key}`,
11
tryAgainGpt: 'Control+t',
12
freshStartGpt: 'Control+r',
0 commit comments