Skip to content

Having the "Start button" as Hotkey leads to "Touchpad Three finger tap" working as Hotkey as well #1151

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

Closed
SIVAH-AKASH opened this issue Apr 25, 2022 · 14 comments
Labels

Comments

@SIVAH-AKASH
Copy link

SIVAH-AKASH commented Apr 25, 2022

I have changed my Hotkey to Start (which appears as "Win + LWin" in the Hotkey field). The popup appears perfectly fine when I click Start after that, but the popup also appears when I Three-finger-tap my laptop touchpad as well (which is currently mapped to 'Middle click' in Windows settings).

@taooceros
Copy link
Member

Currently I don't believe that work. Quite a few effort is needed to implement this.

@taooceros
Copy link
Member

taooceros commented May 15, 2022

Duplicate of #662

@taooceros taooceros marked this as a duplicate of #662 May 15, 2022
@SIVAH-AKASH
Copy link
Author

SIVAH-AKASH commented May 15, 2022

@taooceros I was able to get the Start button to launch Flow Launcher by disabling the inbuilt Windows Start menu.

But that brings the problem I mentioned in this issue.

@taooceros
Copy link
Member

taooceros commented May 15, 2022

oh I see. what do you mean by triple click? click with three fingers? My touchpad is set to open the start menu by default for triple click. Can that be an issue?

@SIVAH-AKASH SIVAH-AKASH changed the title Having the "Start button" as Hotkey leads to "Touchpad Triple click" working as Hotkey as well Having the "Start button" as Hotkey leads to "Touchpad Three finger tap" working as Hotkey as well May 15, 2022
@SIVAH-AKASH
Copy link
Author

My bad. I meant tap with three fingers (edited the issue topic).

I have mapped it to middle-click, so I don't think that's the issue.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jun 15, 2022
@taooceros
Copy link
Member

taooceros commented Jun 15, 2022

My bad. I meant tap with three fingers (edited the issue topic).

I have mapped it to middle-click, so I don't think that's the issue.

Sry for the late reply. I think you can map triple tap to flow's key board shortcut that is (e.g. alt space).

@github-actions github-actions bot removed the Stale label Jun 16, 2022
@github-actions
Copy link

github-actions bot commented Aug 1, 2022

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@SIVAH-AKASH
Copy link
Author

@taooceros, wouldn't I need a separate app for that?

@SIVAH-AKASH SIVAH-AKASH reopened this Aug 1, 2022
@jjw24 jjw24 removed the Stale label Aug 1, 2022
@taooceros
Copy link
Member

@taooceros, wouldn't I need a separate app for that?

I don't think so. I remembered Windows allow you to have this kind of customization (i have set left right swap to be copy and paste). Though i think the option is kindly hidden.

@jjw24
Copy link
Member

jjw24 commented Aug 2, 2022

It would be under windows settings, maybe 'Touchpad', where you can set finger gestures and assign them to keyboard shortcuts, I think that's what you mean right @taooceros.

@github-actions
Copy link

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Sep 17, 2022
@github-actions
Copy link

This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.

@jjw24 jjw24 added the Waiting for response Waiting for poster to respond to Team message label Sep 28, 2022
@TheBestPessimist
Copy link
Contributor

TheBestPessimist commented Jan 29, 2023

hey @SIVAH-AKASH 3 finger tap = middle click is suuuuper weird implemented by Microsoft and i don't know how easy it is for other software to workaround that properly.

I have captured that behaviour in a commit for myself here: TheBestPessimist/AutoHotKey-Scripts@4874482

Basically, M$ is sending all modifier keys as "down" event before sending middle click, then sending them in reverse as "up" event after the middle click.
It does that every time you 3 finger tap middle click.

Why? ¯\_(ツ)_/¯ ask microsoft why did it make it so retarded.

@jjw24 jjw24 removed the Waiting for response Waiting for poster to respond to Team message label Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants