Hey folks,
I just started using oneshot shift keys, in addition to home row modifiers. However for some reason my oneshot shift keys only work for keys which do not have a secondary role. Is there an easy way to fix this? (my oneshot shift is in the position of the regular shift key, not on a HRM. My issue is, that keys with a secondary role won’t get capitalized by my one shot shift)
My secondary role config looks like this: ($onInit macro)
// Secondar role config - timeout based
set secondaryRole.defaultStrategy advanced
set secondaryRole.advanced.timeout 200
set secondaryRole.advanced.timeoutAction secondary
set secondaryRole.advanced.safetyMargin 0
set secondaryRole.advanced.triggerByRelease 0
set secondaryRole.advanced.doubletapToPrimary 1
set secondaryRole.advanced.doubletapTime 200
And my onshot shift like this:
oneShot holdKey leftShift
Thanks in advance