-
Notifications
You must be signed in to change notification settings - Fork 172
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 |
I have never seen this sort of configuration schema. Not the first time that AI tools suggest configurations for input-remapper that don't work. Remapping from multiple inputs can be implemented. Some work has already been done here: #1068 Other than that, check https://github.com/sezanzeb/input-remapper/blob/main/readme/examples.md#combinations-spanning-multiple-devices out |
thanks for your comments. i learned that in practice, it's not so easy to combine key and mouse to create unique triggers. i accomplished what i wanted by using keyboard and trackball separately. |
Yeah, I agree. I hope that I'll find the time to continue #1068 eventually, but the next 1-2 months I'm probably going to be quite busy with other stuff. If this is finished, there will be a button to just apply a preset onto all devices at once. And you will be able to make combinations across arbitrary devices. In fact, this already works. If you install from the |
(And your feedback might actually be quite valuable. If you find some time to install it and encounter a bug, just leave some comments on that PR, I'll look at them) |
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: