Skip to content
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

Display mouse location and windows clipboard manager not working after switching 'ctrl' and 'alt' #11878

Open
1 task done
zeyugao opened this issue Jun 26, 2021 · 2 comments
Labels
Help Wanted We encourage anyone to jump in on these and submit a PR. Issue-Bug Something isn't working Priority-2 Bug that is medium priority Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager

Comments

@zeyugao
Copy link

zeyugao commented Jun 26, 2021

Microsoft PowerToys version

0.37.1

Running as admin

  • Yes

Area(s) with issue?

Keyboard Manager

Steps to reproduce

Apply the following remapping

image

✔️ Expected Behavior

There is an option in the Mouse Configuration

image

Display the location of mouse when clicking CTRL

The windows clipboard manager (win + v) will paste the correct stuff.

❌ Actual Behavior

However, it won't work if I type the LEFT ctrl. But the RIGHT ctrl works fine.

Moreover, the windows clipboard manager (win + v) won't work. The manager window will open, but nothing is pasted if I choose something.

Other Software

No response

@zeyugao zeyugao added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 26, 2021
@Aaron-Junker Aaron-Junker added the Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager label Jun 26, 2021
@mykhailopylyp
Copy link
Contributor

@zeyugao
Thank you for reporting it.
Regarding clipboard manager, it uses ctrl+v for inserting and you have ctrl remapped to alt. So the system receives Alt+V as a result. To solve it add a shortcut remapping alt+v->crtl+v.

Regarding Display the location of mouse when clicking CTRL, this should've been possible with the alt key as it is remapped to ctrl. But with the current design, it's not possible.

@mykhailopylyp
Copy link
Contributor

Note: To fix Display the location of mouse when clicking CTRL we shouldn't have any strokes between remapped ctrl down and ctrl up. For now, we release origin key after the remapped one is pressed.

@mykhailopylyp mykhailopylyp added Help Wanted We encourage anyone to jump in on these and submit a PR. Priority-2 Bug that is medium priority and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted We encourage anyone to jump in on these and submit a PR. Issue-Bug Something isn't working Priority-2 Bug that is medium priority Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager
Projects
Status: No status
Development

No branches or pull requests

3 participants