Replies: 1 comment
-
This seems like it could be a good enhancement to the sequence feature, I'll create an issue from this :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heho,
currently defining defseq with modifiers like S-apo for " will result in an invalid config. This prevents the ability to specify sequences with same (but modified) keys. It would be awesome to be able to specify those in defseq as well.
Eg:
(defseq "ä" (S-apo a))
(deffakekeys "ä" (macro (unicode ä)))
(defseq "Ä" (S-apo S-a))
(deffakekeys "Ä" (macro (unicode Ä)))
Regards
Alexander
Beta Was this translation helpful? Give feedback.
All reactions