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

3-button-swap gives unexpected binding #15200

Closed
1 task
lusitania opened this issue Dec 29, 2021 · 5 comments
Closed
1 task

3-button-swap gives unexpected binding #15200

lusitania opened this issue Dec 29, 2021 · 5 comments
Labels
Idea-Enhancement New feature or request on an existing product Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@lusitania
Copy link

Microsoft PowerToys version

0.51.1

Running as admin

  • Yes

Area(s) with issue?

Keyboard Manager

Steps to reproduce

The navigation keys on my keyboard are aligned in an odd sequence. The physical keys are swappable and I want to change their sequence from

[PgUp], [PgDn], [Home], [End]

to

[Home], [PgUp], [PgDn], [End]

For this I created this 3-way binding:

  1. PgDn -> Home
  2. Home -> PgUp
  3. PgUp -> PgDn

image

A simple swap of Home and PgUp works as expected. Only this 3-way binding I cannot figure out.

✔️ Expected Behavior

Pressing the keys of the nav row

[PgUp], [PgDn], [Home], [End]

results in

Home, PgUp, PgDn, End

❌ Actual Behavior

Pressing the keys of the nav row

[PgUp], [PgDn], [Home], [End]

results in

PgDn, Home, PgUp, End

Other Software

No response

@lusitania lusitania added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Dec 29, 2021
@lusitania
Copy link
Author

Ah! I figured it out! My mental model was wrong. I was thinking of "moving physical keys", not "binding keys to functions". I had to swap the columns like this:
image

If you would change the wording of the dialog a little? This would have worked for me:
image

  • Key: -> Physical key:
  • Mapped To: -> Mapped To Function:
  • "... and then the key or shortcut..." -> "... and then the function or shortcut..."

@franky920920
Copy link
Contributor

franky920920 commented Dec 29, 2021

Duplicate of #13710

@franky920920 franky920920 marked this as a duplicate of #13710 Dec 29, 2021
@franky920920
Copy link
Contributor

Thanks for your suggestion! This issue is a duplicate.
I'm linking this issue to #13710 to centralize the discussion thread, please go to that thread for discussion.

Thanks for your help to make PowerToys a better piece of software!

@franky920920 franky920920 added Idea-Enhancement New feature or request on an existing product Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Issue-Bug Something isn't working labels Dec 29, 2021
@crutkas
Copy link
Member

crutkas commented Dec 29, 2021

/dup #10389

@ghost
Copy link

ghost commented Dec 29, 2021

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Dec 29, 2021
@ghost ghost removed the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Dec 29, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-Keyboard Shortcut Manager Issues regarding Keyboard Shortcut Manager Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants