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

[Question] Using key in mode when it also part of a chord #206

Open
heyzec opened this issue May 11, 2023 · 1 comment
Open

[Question] Using key in mode when it also part of a chord #206

heyzec opened this issue May 11, 2023 · 1 comment

Comments

@heyzec
Copy link

heyzec commented May 11, 2023

I would like to use the Super+Escape key to enter a mode while using Escape to exit the mode.

My first approach is to do:

super + escape
    @enter system

mode system
a
    notify-send Hello World
escape
    @escape
endmode

However, if the Super key is released before the Enter key, the mode is exited before immediately on enter. Hence, I tried

super + @escape
    @enter system

mode system
a
    notify-send Hello World
escape
    @escape
endmode

But now, the mode does not enter at all.

@Shinyzenith
Copy link
Member

I'm sorry to hear that you're having trouble with our chord system. I do not use the chord system nor did I implement it so I'll wait for @EdenQwQ to take a look at it when they're free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants