-
Notifications
You must be signed in to change notification settings - Fork 3.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
Rich Support for Tweaking Modifier Keys #783
Comments
I've played around with the configurations for the meta keys, I would prefer your config style. However, the way cmdIsMeta is working right now, it's not usable, it overrides the hotkeys for new tab and new windows, and so forth. So Hyper loses core features in that case. And on windows and mac platforms there is no cmd button, so the setting with cmdIsMeta would be misleading. Your configuration style can solve this. So from my perspective there's only one question that should be answered in the config: do you want use ALT as meta? Or do you want to not have a meta key passed to the terminal? (in the second case ALT is useful for arrow navigation) |
I like the config too, and once #925 is resolved the cmd key issue will be resolved too. |
close in #1876 |
#330 references remapping the Option key and using that as Meta on OS X.
#686, which introduced support for this, resolved #330, but I think that it wasn't enough to satisfy most users, especially those like myself who use Emacs in terminal and require having full access to all the modifiers.
I'd prefer to see something more like:
In my configuration, personally.
lib/hterm.js
will almost certainly need to be modified, specifically theKeyboard.onKeyDown
callback.Some questions to raise would be:
"modifierKeys"
configuration?I can and would love to work on this, but I'm not very familiar with the inner workings of things and I'd need to educate myself on VT.
The text was updated successfully, but these errors were encountered: