-
Hey there, I came quite far using this but I hit some walls when it came to replacements. I use a python script to change the things that did not work for me in my config. Am I just using it wrong or are the replacements I need not yet possible with keymap-drawer? |
Beta Was this translation helpful? Give feedback.
Answered by
caksoylar
Jun 11, 2025
Replies: 1 comment 3 replies
-
Hey, sounds like it should be coverable by config:
Note that these apply to these in all fields, so it won't let you map them specifically inside combos, or the hold fields, etc. like you have in the script. Is there any replacements I missed in the script that aren't of this form? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
grasegger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, sounds like it should be coverable by config:
zmk_keycode_map
for keycodes (used with&kp
) likeC_MUTE: "$$m:volume-mute$$"
(replaces this), orLA(LS(LC(LGUI))): Hyper
raw_binding_map
for other bindings (not keycodes) like"&bt BT_CLR": "$$m:bluetooth-connect$$"
(replaces this)Note that these apply to these in all fields, so it won't let you map them specifically inside combos, or the hold fields, etc. like you have in the script.
Is there any replacements I missed in the script that aren't of this form?