#Tap, Shift + Tap, Ctrl + Tap

1 messages · Page 1 of 1 (latest)

spice crane
#

I am clearly being stupid but I cannot for the life of me figure out how to successfully do the following;

I want a custom key that has the following behavior;

  • tap = comma
  • shift + tap = semi colon
  • ctrl + tap = question mark

I have successfully got the tap and shift working with mod_morph but if i'm "meant" to nest an additional mod_morph I cannot figure it out. I have read the documentation for mod_morph and macros but I'm clearly missing something.

Thank you for any help!

olive bronze
#

I don't think you should need to use macros at all. First, create a mod-morph that triggers on shift, and set its bindings to comma and semicolon. Next, create another mod-morph that triggers on ctrl, set its first binding to the first mod-morph, and set its second to question mark.

#

Then use that second mod-morph in your keymap.

spice crane
#

@olive bronze that worked perfectly. Thank you so much for breaking that down into bite sized chunks!