the-via / firmware

DO NOT DOWNLOAD FIRMWARE FROM HERE..... GO TO https://caniusevia.com/docs/download_firmware
GNU General Public License v3.0
110 stars 37 forks source link

No Delay Time for Modifier #53

Open trustednstaller opened 1 year ago

trustednstaller commented 1 year ago

I have modifier keys like the following MT(MOD_LCTL | MOD_LSFT,KC_Y). The issue is that during my normal typing, when I tap this key, it defaults to the holding key first, not the tap. This is the case for every key where I have such a similar modifier. This makes my keyboard almost infeasible to use. How can I resolve this issue? Is there anyplace that I can specify what the default delay time should be? Thanks!

thefuga commented 1 year ago

I'm facing a similar issue, but it bothers me more when using the mod to input a character, mainly because I'm using Shift on hold and \ on tap. That causes every upper-case letter and the next symbols to buffer and just appear on the screen after the delay.

nousernameavailableanymore commented 9 months ago

This should be the same as https://github.com/the-via/firmware/issues/56

Please add support for Tapping Term, so the time for "hold" can be configured.

Tyler-Hoyt commented 6 months ago

Is there any updates on this?