-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Keybindings Settings Pane #1056
Comments
i'm taking this on before i start the move to ventura preferences, how should this look in the current/legacy preferences? I think a combination of the list like of VSCode and the filter at the top of xcode would be best for an initial implementation |
@luah5 I don't recommend this since we will be rewriting some preferences/settings views. Wait until after moving over to Settings. |
ok, @austincondiff. on hold |
I want to work on this feature. Is it the right time to work on it? |
@Omarbasaleh, It's ready since #1215 has been merged, I've already started tho, would you like to collaborate as this still needs more discussion to be compatible with extensions? |
Sure
…On Sat, 13 May 2023 at 6:24 PM luah5 ***@***.***> wrote:
@Omarbasaleh <https://github.com/Omarbasaleh>, It's ready since #1215
<#1215> has been merged, I've
already started tho, would you like to collaborate as this still needs more
discussion to be compatible with extensions?
—
Reply to this email directly, view it on GitHub
<#1056 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHB75JJYXR7BQXJKZDSUXN3XF6RT3ANCNFSM6AAAAAAU6PT3EQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@luah5 This is actually not ready quite yet. The settings view does no good if the underlying functionality is not built. Please refer to this thread on Discord. We need better support for commands in CodeEditKit first (see #222 and #224). |
OK. Will check that thread
…On Sat, 13 May 2023 at 7:02 PM Austin Condiff ***@***.***> wrote:
@luah5 <https://github.com/luah5> This is not ready yet. The settings
view does no good if the underlying functionality is not built. Please
refer to this thread
<https://discord.com/channels/951544472238444645/954084547694325861/1105938921549996122>
on Discord. We need better support for commands in CodeEditKit first.
—
Reply to this email directly, view it on GitHub
<#1056 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHB75JJW46A35R46HE3M6Z3XF6V75ANCNFSM6AAAAAAU6PT3EQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
In the meantime how would one go about to discover all the available (hardcoded) shortcuts today? |
You can look through the menu bar. Keybindinfs are next to each command name. |
Is your feature request related to a problem? Please describe.
We need to provide users with the ability to set and manage keybindings used in CodeEdit.
Describe the solution you'd like
Users need to be able to change keyboard shortcuts used to call commands within CodeEdit.
We will eventually allow users to save and apply keybinding sets.
Additional context
Xcode's Keybinding Settings Pane
VS Code
macOS Keyboard Shortcuts
Proposed Design
The text was updated successfully, but these errors were encountered: