PowerToys: Single key remap not working

Microsoft PowerToys version

0.43.0

Running as admin

  • Yes

Area(s) with issue?

Keyboard Manager

Steps to reproduce

Create a remap as:

image

{
  "remapKeys": {
    "inProcess": [
      {
        "originalKeys": "222",
        "newRemapKeys": "220"
      }
    ]
  },
  "remapShortcuts": {
    "global": [
      {
        "originalKeys": "160;50",
        "newRemapKeys": "160;192"
      },
      {
        "originalKeys": "160;192",
        "newRemapKeys": "160;50"
      },
      {
        "originalKeys": "160;222",
        "newRemapKeys": "160;220"
      },
      {
        "originalKeys": "160;223",
        "newRemapKeys": "160;222"
      },
      {
        "originalKeys": "164;51",
        "newRemapKeys": "222"
      }
    ],
    "appSpecific": [
    ]
  }
}

For information this is being used on a MacBook Pro keyboard, the MacBook is running macOS and then connected to another machine running Windows via Sharemouse.

All the shortcut remaps work fine as expected, however the single remapped key does not work

✔️ Expected Behavior

The correct character should be printed when pressing the mapped key

❌ Actual Behavior

The key is still printing the original character

Other Software

MacBook Pro running macOS 11.5.2 Using Sharemouse to connect to a Windows machine Windows 10

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Reactions: 1
  • Comments: 18 (10 by maintainers)

Most upvoted comments

@mykhailopylyp Just tried that, issue is still present I’m afraid