-
Notifications
You must be signed in to change notification settings - Fork 16
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
Binding for C-x and M-x? #28
Comments
I think it should be fixed now. Unfortunately I couldn't get it to work with longer key sequences... |
Hi again and apologies for the late response. With the latest version, I am still getting the same results (and error) as earlier.
I have however transitioned to using Hydra instead to achieve some modal functions, so you may close this issue if you wish. |
Hi! I've hit this issue while trying to set key for an What I've discovered is that I am getting this error, while setting modal key to something which don't have any function assigned to that key, for example I have no trouble binding keys for |
@jkopanski So you have something like
|
@Kungsgeten no, the other way around.
But it fails with So I wanted to try some other chord, and discovered that if the target chord is undefined, ryo will fail with that message. [1] The reason that I didn't assigned |
@jkopanski I see! I seldom use the feature of letting the "target" be a string, so I haven't tested it much with cases like this. When you're setting the target to
|
That explains a lot. I've assumed it worked like Unfortunately your snippet fails with the same error. I'm using |
I tried to bind
C-x
but it doesn't seem to work.E.g. the following:
will cause Emacs to enter
C-x
when it is first opened, but trying to enter it in ryo-modal mode gives the following error:"Wrong type argument: commandp, (24)"
The text was updated successfully, but these errors were encountered: