Closed ladcash closed 2 weeks ago
I think you opened this in the wrong repo, maybe you meant to open in https://github.com/zmkfirmware/zmk ?
FWIW, the mod flags are not necessarily the same as modifier keycodes. The list is documented at https://zmk.dev/docs/keymaps/behaviors/mod-morph#mods and it doesn't include MOD_*CMD
as valid flags.
Thanks!! Cem,
It’s worth a lot – the right answer always is. I sped past this mods list in the mod-morph section & assumed that the same keycode is sent with platform interpretation differences. This seems to be the case as all of my mod-morphs with GUIs work perfectly.
Be Excellent, Michael
From: Cem Aksoylar @.> Reply-To: zmkfirmware/zmk-studio @.> Date: Sunday, November 3, 2024 at 9:07 PM To: zmkfirmware/zmk-studio @.> Cc: ladcash @.>, Author @.***> Subject: Re: [zmkfirmware/zmk-studio] compiler error with: mods = <(MOD_RCMD|MOD_LCMD)>; but no error with mods = <(MOD_RGUI|MOD_LGUI)>; (Issue #74)
FWIW, the mod flags are not necessarily the same as modifier keycodes. The list is documented at https://zmk.dev/docs/keymaps/behaviors/mod-morph#mods and it doesn't include MOD_*CMD as valid flags.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior obvious
Screenshots not applicable
Environment (please complete the following information):
Additional context