Skip to content

Commit

Permalink
Merge pull request #23 from thedemons/command-shortcuts
Browse files Browse the repository at this point in the history
Add commands shortcuts
  • Loading branch information
fortenforge authored Dec 14, 2023
2 parents 48765f5 + eba9477 commit b6e62cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CodeiumVS/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,13 @@
<GuidSymbol name="ChatToolWindow" value="{1a46fd64-28d5-434c-8eb3-17a02d419b53}"/>

</Symbols>

<KeyBindings>
<!-- CMDSETID_StandardCommandSet97 for global shortcuts, GUID_TextEditorFactory for editor only shortcuts
How to find them: https://stackoverflow.com/a/64912040/13253010 -->
<KeyBinding guid="CodeiumVS" id="OpenChatWindow" editor="CMDSETID_StandardCommandSet97" mod1="Alt" mod2="Alt" key1="C" key2="C" />
<KeyBinding guid="CodeiumVS" id="ExplainCodeBlock" editor="GUID_TextEditorFactory" mod1="Alt" mod2="Alt" key1="C" key2="E" />
<KeyBinding guid="CodeiumVS" id="RefactorCodeBlock" editor="GUID_TextEditorFactory" mod1="Alt" mod2="Alt" key1="C" key2="R" />
</KeyBindings>

</CommandTable>

0 comments on commit b6e62cb

Please sign in to comment.