mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 03:30:04 +00:00
feat: add code completion feature toggle keyboard-shortcut (#392)
This commit is contained in:
parent
91dd7bdb43
commit
9990c6a57b
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,8 @@
|
|||
id="codegpt.enableCompletions"
|
||||
text="Enable Completions"
|
||||
class="ee.carlrobert.codegpt.actions.EnableCompletionsAction">
|
||||
<keyboard-shortcut first-keystroke="ctrl shift alt c" keymap="$default"/>
|
||||
|
||||
<override-text place="MainMenu" text="Enable Completions"/>
|
||||
<override-text place="popup" use-text-of-place="MainMenu"/>
|
||||
</action>
|
||||
|
|
@ -96,6 +98,8 @@
|
|||
id="codegpt.disableCompletions"
|
||||
text="Disable Completions"
|
||||
class="ee.carlrobert.codegpt.actions.DisableCompletionsAction">
|
||||
<keyboard-shortcut first-keystroke="ctrl shift alt c" keymap="$default"/>
|
||||
|
||||
<override-text place="MainMenu" text="Disable Completions"/>
|
||||
<override-text place="popup" use-text-of-place="MainMenu"/>
|
||||
</action>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue