Skip to content

Problem with tap dance key entry order #859

Answered by makkus
makkus asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks, yes, tap-dance-eager seems to be the ticket, I had to move the fork outside of the macro, because macro does not seem to like it.

I like the idea of tap-hold, but that seemed to wreak havok in my emacs for some reason, couldn't quite figure out what was going on. I'll see how it goes, and I might try out chords later.

For completeness sake, this is what I have and what seems to work for me (for now):

  Ae (unicode Ä)
  Ue (unicode Ü)
  Oe (unicode Ö)
  ae (unicode ä)
  ue (unicode ü)
  oe (unicode ö)
  ss (unicode ß)

  ae_tap (tap-dance-eager 200 (
    (macro a)
    (macro a)
    (macro bspc bspc @ae)
  ))
  Ae_tap (tap-dance-eager 200 (
    (macro S-a)
    (macro S-a)
    (macro…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jtroo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants