Dave Bendit
Dave Bendit
> I think user may not able to input recovery codes, because recovery code including alphabets Unfortunately, I think you're right. It looks like other sites that provide numeric inputs...
Workaround: Rather than using `KC.LT`, use `KC.MT(KC.Key, KC.MO())`. This is effectively what the layer module does anyway, but it keeps all of the logic inside of the ModTap module.
@xs5871 You're right - getting rid of the `tap_interrupted=True` params from all of the mod/layer tap keys did get rid of the issue. It still doesn't explain why the behavior...
> Does this really work differently from prefer_hold parameter? Yes, in a way that makes home row mods significantly nicer to use. With prefer_hold, any rollover with a mod key...