Skip to content
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

View all keyboard shortcuts (#814) #2517

Closed
wants to merge 3 commits into from

Conversation

claudiarodrigues
Copy link

@claudiarodrigues claudiarodrigues commented Dec 4, 2017

This commit allows hyper to show all keyboard shortcuts as currently configured.
This is achieved by the command key ctrl+shift+h or command+shift+h in macOS.
Fixes: #814

@@ -46,5 +46,6 @@
"editor:deleteEndLine": "command+delete",
"editor:clearBuffer": "command+k",
"editor:emojis": "command+ctrl+space",
"plugins:update": "command+shift+u"
"plugins:update": "command+shift+u",
"editor:show": "command+shift+h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of editor:showKeymap? I think it's more descriptive 👍

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right 👍 I updated with another commit

@Stanzilla Stanzilla added 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper 👀 Awaiting Response Issue or PR is awaiting a response from the author labels Apr 24, 2018
@Stanzilla
Copy link
Contributor

Hey there, @claudiarodrigues!

This needs a rebase, are you willing to pick this up again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Awaiting Response Issue or PR is awaiting a response from the author 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to view all keyboard shortcuts
4 participants