-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[KBM] Remap Key to Mouse Click #3364
Comments
If we make this, we should look that is also works in the opposite direction. |
Please, yes! |
So in PowerToys present state (or version 0.45.0) one cannot use a modifier key combined with |
need this function, thank you very much |
CC @crutkas might be interested. |
plz |
I still don't understand what the use case is. You still need a mouse to move the cursor, so why not click it? Or use Windows mouse keys? |
Accessibility comes to mind. |
My use case was to have a modifier key to allow the mouse buttons to do more than simply left/right click. |
There are input devices that don't have buttons, and I was actually just now looking for utilities that would let me do clicks using the keyboard. |
In theory it should have worked.. left click is supposedly VK 01, but trying that key remap does nothing at the current time. |
Yeah, googled and found this list http://www.kbdedit.com/manual/low_level_vk_list.html which has the following note:
The page https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes does not have any similar notes. |
Indeed, this would be extremely useful in combination with eye tracking - especially in AR etc. Any progress on this please? |
Not something currently on our roadmap |
Yes, please to this, and the reverse (mapping mouse to keyboard). I'd love to be able to map Ctrl+MouseWheelUp/Down to VolumeUp/Down. etc. |
i was thinking same. this issue seems to be like "allow customising windows mouse keys" |
Easiest use case - when connecting from android to windows through any remote desktop software(for example steam link or something else) it's often that right mouse button on android is just doing "back" on windows, acting as escape key I think. So that's one of the ideas where such remapping could make sense. |
This still isn't done? And we're still trying to understand use cases?
Please understand that navigating semiconductor CAD layouts to critical
defect locations and then being able to click with spacebar to either query
a polygon, annotate a net, create a marker, highlight a trace, the list of
features goes on that currently require having to go back to the mouse -
unintentionally losing my XY precision and then dragging my arm over to a
freaking icon that doesn't have a shortcut and even if it did it wouldn't
be as clutch as a simple god damn click on the spacebar.. I'll just ask
chat gpt ...or bard now. no msft get credit or debit
[image: image.png]
…On Fri, Jan 19, 2024 at 1:56 AM Wojciech Ślawski ***@***.***> wrote:
I still don't understand what the use case is. You still need a mouse to
move the cursor, so why not click it? Or use Windows mouse keys?
Easiest use case - when connecting from android to windows through any
remote desktop software(for example steam link or something else) it's
often that right mouse button on android is just doing "back" on windows,
acting as escape key I think. So that's one of the ideas where such
remapping could make sense.
—
Reply to this email directly, view it on GitHub
<#3364 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKP74R27247SKO762KYHA2TYPI7LBAVCNFSM4NGJHLX2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJQGAYDSMZSGU3Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
My interest in it is because I was originally looking at a trackball that doesn't have buttons, only the ball. My regular keyboard only has 1 button above the number row, and that's already mapped to a single F-key. So in the use-case of a trackball with no buttons, it would only work if mapping could be assigned to either foot pedals or usb extra-keys block like some gamers have or just F-keys on a standard 104 layout. |
This comment was marked as spam.
This comment was marked as spam.
I would like to remap ctrl + plus/minus to ctrl + scroll for apps that do not support it. |
Please, i would love to be able to switch desktops without taking my hand off the mouse. ctrl+win+left/right arrow keys is too much work for a high paced environment, i want to switch it to ctrl + side buttons on my mouse. |
There is a fantastic C# application called KeyCur that I've been using for years, with the latest changes made over 10 years ago, but it still works on the latest Windows: https://github.com/shuhan/KeyCur. This allows me to remap mouse buttons to keyboard keys. All other alternatives like AutoHotKey and similar tools either were hard to configure or had lots of disadvantages, such as causing an inability to drag items when a keyboard button is being held or glitching in some other ways. Furthermore, KeyCur has an "Activation Key" function which allows me to easily switch states between normal and mouse-mapped keyboard. The only disadvantage of KeyCur is its inability to operate on "Run as Admin" window prompts, however it does work on windows that run as administrator if KeyCur itself runs as admin. Possibly the functionality or some code in the repo above can help in writing a feature everyone requests in this issue. |
It would be great to have Middle Mouse Click Paste functionality like Ubuntu's GNOME Tweaks offers |
Person with physical disabiity here. This feature is a world changer for me, regading working with my laptop. 4 years discussion for such basc and helpful feature is someting I can not understand. Thanks. |
This is insane that the mouse left and right click can't just be remapped, I have issues in my hands, shoulder, and arms. The only way I can comfortably use my laptop is to lay my hand flat, control the mouse with the central button and have 2 keys around it remapped. This shouldn't have to be explained, just make the feature. |
I would love this to be true in the near future. |
+1. plz make the feature! 🙂 |
Be nice if keyboard keys could be re-assigned to mouse keys. E.g. I like to use F1 to send a mouse left mouse click.
The text was updated successfully, but these errors were encountered: