-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4-finger multi touch disables trackpad #40
Comments
I don't know what the "4-finger tap gesture" you're referring to, is? |
Oddness. Can you use the AHK Key History (from the EPKL menu) to gain any more insights as to what happens when you tap the four-finger gesture? Does the three-finger tap gesture still work as expected? And would it help if you just disable the tap-gesture? You could for instance put notification center on swipe-down instead and use an EPKL shortcut to show the desktop instead. |
The history looks like this
This is what happens when I do the 3 tap gesture, It opens the projection settings window
For the suggested workaround, I'd rather still keep my default shortcut's as they are already implanted in my muscle memory |
I use Colemak eD2VK ISO layout (Same issue occurs with VK layout). CapsLock behavior is Extend key. Mapping type is set to With a Precision Trackpad (that you can configure touchpad gesture directly in system settings):
|
Relevant comment: microsoft/PowerToys#3703 (comment) |
Sooo... If I understand this right, the gesture may send LCtrl + LShift + LWin + F22, and remapping/hooking any of these keys may cause the gesture mapping to fail. By default, neither LWin nor LCtrl are mapped by EPKL. But LShift is, which allows its use as an EPKL Sticky Shift key. BigBagKbdTrixPKL/EPKL_Layouts_Default.ini Line 191 in d7023cd
If you prefer to keep your gestures, you'll have to forgo EPKL's LShift mapping then (comment it out with a semicolon, or unset it in an Override file). Personally, I'd rather disable the gestures and keep Sticky Shift which I consider much more useful. |
Off-topic: Sticky Shift causes Alt-Tab switcher to become "sticky".
Expected result: Highlight changes to the previous one as Actual result: Highlight changes to the previous one as |
You have to comment
|
Your three last attempts are bad syntax, and the first one is not a disabling of its mapping but the addition of a "System" key mapping. But as long as you got one to work, that's fine.
As for your sticky Shift vs Tab observation: Yes, since the Tab key is not mapped by EPKL (to avoid messing with Alt-tabbing and suchlike) the Tab key will not cancel the sticky Shift timer so it remains sticky until the timer runs out. If you wish to use a combo of Shift+Tab and normal Tab, you have to hold down the Shift key a little so it becomes a normal switch-type Shift. You can hold Shift, then tap Tab as many times as you wish, then release Shift and keep tapping Tab. |
|
I'm using a laptop, and whenever epkl is open and I use the 4-finger tap gesture to bring up my notifications panel, it disables the trackpad and I have to click F6 (the laptop's lock trackpad key) to re-enable it
The text was updated successfully, but these errors were encountered: