Replies: 1 comment 3 replies
-
I don't quite understand why the title is about two modifiers but in the description you're mostly talking about holding shift (except for the last point about LCTL(LSFT()) which seems disconnected from the rest. In any case, it seems what you want is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a key to hold two modifiers at once.
More specifically: on layer 1, I sometimes want to modify keys with
Shift
. Currently, this requires holding both myMO(1)
andShift
keys.Instead, I would like to move to layer 1 with a simple
MO(1)
key, then slide over (with a tiny overlap period) to another key that holdsShift
andMO(1)
at the same time.Can this be achieved?
On that second key, I've tried using a macro
[["down", "MO(0)", "KC_LSHIFT"]]
(also tried swapped order), but it doesn't work.I've further tried assigning
LCTL(LSFT(KC))
as per https://www.reddit.com/r/qmk/comments/1aie4pu/hold_two_mods_with_one_key/, but the GUI won't accept that.Beta Was this translation helpful? Give feedback.
All reactions