-
Notifications
You must be signed in to change notification settings - Fork 174
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
No way to specify inputs from two devices #1075
Comments
OK, after much experiments and a little help from CoPilot,
but when I press Ctrl key and the Middle mouse button, |
didn't really review this at all, but control-v is paste. Is the flurry of output whatever was in your clipboard? |
Right, that's all i'm trying to do: when both ctrl key and middle mouse button are pushed, trigger the ctrl-v paste action. no, the flurry of outputs is not ctrl-v's. it's so fast it's hard to tell but it opens multiple browser windows, etc. etc. |
something like this On Mouse - macro keyboard + mouse On Keyboard - macro keyboard + mouse I press the button I get space, I press the mouse button, I get the mouse button, I press both I get control-V. https://github.com/sezanzeb/input-remapper/blob/main/readme/examples.md |
For example,
I want to map (Ctrl key + Middle mouse button) to trigger
the output Ctrl+V.
I have not found a way if it's possible at all.
The text was updated successfully, but these errors were encountered: