-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Allow for sequencing hotkeys #811
Comments
great idea but low priority for the team. would happily accept contributions though. |
This would indeed be a nice addition, I love the clean implementation of HotKeys right now, sequencing would be a welcome addition. I feel that sequencing in web apps feels more natural than modifier keys, using modifier keys always gives me the feeling i'm invoking functionality from my browser, not the webapp i'm using. For webapps key sequences (shift > shift for search for example) feels more natural. |
@chrisramakers any interest in building this feature out? it's not a priority for the team so we're going to have to rely on contributions for this in the short term. |
@giladgray I'd love to but I'd be diving head first into unknown territory, I've got enough experience programming but i'm only just exploring react and es6/typescript ... but this might be a good opportunity to learn ... are there and guidelines on developing for blueprint? |
Hey @giladgray could I take this on? I think within a week or two I should be able to provide you with an update on my progress or let you know if I think that I can't handle it. |
@shounak7 heck you you can take this on! go for it. the |
So I tried to run yarn on the repo after cloning it and creating a new branch on my computer and I got this error: `error /home/shounak/blueprint/node_modules/oniguruma: Command failed. ` |
never mind, figured it out. had to run $ sudo apt-get install build-essential |
alright, new issue on the yarn verify now. any advice? ` 3 export declare function isImportTypeNode(node: ts.Node): node is ts.ImportTypeNode; info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
code: 1, |
hey @giladgray let me know if you know anything about the above error |
Hey, just a heads up, I'm not planning on working on this anymore |
i think i fixed that error in #3078, if you want to try updating to latest |
Would be a useful feature to have hotkey sequences in addition to combos.
Ex:
dd
in vim to delete.The text was updated successfully, but these errors were encountered: