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

Support overriding timeout_key on nested remap #144

Merged
merged 1 commit into from
Aug 13, 2022
Merged

Conversation

k0kubun
Copy link
Contributor

@k0kubun k0kubun commented Aug 13, 2022

Close #128

Example

keymap:
  - remap:
      J:
        remap:
          K: Esc
        timeout_key: Down
        timeout_millis: 150

j alone outputs Down and jk outputs Esc.

@k0kubun k0kubun merged commit 51a7011 into master Aug 13, 2022
@k0kubun k0kubun deleted the timeout_key branch August 13, 2022 23:16
@kohane27
Copy link

Thank you so much! It works perfectly!

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

Successfully merging this pull request may close these issues.

Support timeout_key on nested remap
2 participants