-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
So I read over all the open:issues whether there is already a proposal for this, and I found none.
Homerows are cool.
Whynot take it one step further by providing SHIFT homerow one additional functionality?
- Basically we could hold down the SHIFT instantly on holding down our homerow key(F) and not only when some other keys are getting pressed.
Current hold-tap solutions decide about modifiers when other key was pressed, which works really well, if you use ZMK keyboards, but not when want to use the SHIFT homerow with non-ZMK peripherals like a mouse.
If the modifier key would get instantly pressed, it wouldn't disturb basically anything, except for GUI mod or maybe ALT mod, but other times there is no trigger usually attached for just holding down SHIFT in any softwares.
Others suggested to create a specific layer for gaming, since the problem came up with playing a game and SHIFT + mouse cordination of units is not that easy with ZMK keyboard, but on this gamer layer the problem is still not solved, since I would sometimes need the F key, and not just an &kp SHIFT key, so we basically lose a key, which is not an option for few key keyboards.
In theory this this sounds easy to implement, since we have already other hold-tap solutions, nearly the exact solution, of the one requested. One small modification is necessary is that, we hold the mod key until there is another key is getting pressed(simultaneously). Otherwise everything work the same as it works now.
Would love to know how easy/hard to implement this.
Tl;dr:
We need SHIFT homerow a special hold-tap, with instant mod press and not only decided on other key press.