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

[Keyboard Manager] Key remapped to backspace acquires unexpected behavior #5554

Closed
denisdifazio opened this issue Aug 3, 2020 · 2 comments
Closed
Labels
Issue-Bug Something isn't working

Comments

@denisdifazio
Copy link

ℹ Computer information

  • Windows build number: Windows 10 2004 (19041.388)
  • PowerToys version: 0.20.0
  • PowerToy module: Keyboard Manager

📝 Provide detailed reproduction steps (if any)

  1. Remap Alt (Right) to Backspace
  2. Write anything on a text editor
  3. Press Alt (Right)

✔️ Expected result

Delete only the last character

❌ Actual result

It deletes the whole word

📷 Screenshots

image

@denisdifazio denisdifazio added the Issue-Bug Something isn't working label Aug 3, 2020
@ghost ghost added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Aug 3, 2020
@arjunbalgovind
Copy link
Contributor

@denisdifazio which keyboard layout are you using? I think if you're not using English US, what's happening is that the right Alt key on your keyboard (also known as AltGr if the keyboard layout is not En-US) is actually Ctrl+Alt, so when you press the AltGr key with the above remappings, it sends Ctrl+Backspace, so the whole word gets deleted. You can confirm this by opening the Remap shortcut window and click 'Type' and press the right Alt button, it should show up as Ctrl+Alt.
As of now we don't support remapping multiple modifiers (Ctrl+Alt) to a key/shortcut. but we plan to support this in the future.

@denisdifazio
Copy link
Author

Thank you @arjunbalgovind for the clarification! I didn't know about this behaviour of AltGr. As you suspected, I am not using English US keyboard layout. I am using Brazil ABNT2.
I am closing this issue for now.

@crutkas crutkas removed the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants