-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Adding keymapping for access to Settings #684
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little wary of binding Ctrl+S by default for this. Maybe Ctrl+Shift+S? But otherwise this looks good and righteous to me!
CTRL+SHIFT+S would work here as well. I thought about how CTRL+S is often thought of as 'save' and would it interfere with something that might have focus in conhost when a specific terminal was there but couldn't think of it. ALT+S was another option I thought of but I then was honestly just following CTRL+T pattern for tab to be consistent with the modifier key. |
Some thoughts
|
Yeah, I think Ctrl+, is the industry standard for opening settings panels. Bonus: it doesn't conflict with any VT sequences! |
@factormystic keybindings will be remappable in the settings, see #748 |
@timheuer Thanks! |
This commit adds the keychord Ctrl+Comma, which launches settings.
First stab at adding a key mapping to settings so I can quickly access it instead of using a mouse :-)