We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some configs where I need to map the whole alphabet to some slight modification like
{:des " [⌂◆] 🠿D⃣ to ‹Cmd: 🠿D⃣ ⟶ ‹◆" :rules [ :mD [:q [:d :q]] [:w [:d :w]] [:e [:d :e]] [:r [:d :r]] [:t [:d :t]] [:a [:d :a]] [:s [:d :s]] [:d [:d :d]] [:f [:d :f]] [:g [:d :g]] [:z [:d :z]] [:x [:d :x]] [:c [:d :c]] [:v [:d :v]] [:b [:d :b]] ; ... ]}
It would be great if instead I could just have a single rule with ranges like
[:a..z [:d :a..z]]
and let the mighty goku turn this into a sequence of rules
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have some configs where I need to map the whole alphabet to some slight modification like
It would be great if instead I could just have a single rule with ranges like
and let the mighty goku turn this into a sequence of rules
The text was updated successfully, but these errors were encountered: