@@ -105,14 +105,14 @@ It looks like there is no way to add default key bindings to commands, but you c
105105
106106A [ recommended setup] ( https://github.com/intitni/CopilotForXcode/issues/14 ) that should cause no conflict is
107107
108- | Command | Key Binding |
109- | ------------------- | ----------- |
110- | Accept Suggestions | ` ⌥} ` |
111- | Reject Suggestion | ` ⌥{ ` |
112- | Next Suggestion | ` ⌥> ` |
113- | Previous Suggestion | ` ⌥< ` |
114- | Open Chat | ` ⌥" ` |
115- | Explain Selection | ` ⌥\| ` |
108+ | Command | Key Binding |
109+ | ------------------- | ------------------------------------------------------ |
110+ | Accept Suggestions | ` ⌥} ` (Or accept with Tab if Plus license is available) |
111+ | Reject Suggestion | ` ⌥{ ` |
112+ | Next Suggestion | ` ⌥> ` |
113+ | Previous Suggestion | ` ⌥< ` |
114+ | Open Chat | ` ⌥" ` |
115+ | Explain Selection | ` ⌥\| ` |
116116
117117Essentially using ` ⌥⇧ ` as the "access" key combination for all bindings.
118118
@@ -316,6 +316,7 @@ The currently available Plus features include:
316316- Unlimited custom commands.
317317
318318Since the app needs to manage license keys, it will send network request to ` https://copilotforxcode-license.intii.com ` ,
319+
319320- when you activate the license key
320321- when you deactivate the license key
321322- when you open the host app or the service app if a license key is available
0 commit comments