whkd icon indicating copy to clipboard operation
whkd copied to clipboard

[BUG]: Invalid key name 'RLT'

Open ChronoInferna opened this issue 2 years ago • 1 comments

Describe the bug When attempting to run whkd in PowerShell, it just doesn't work. If I run Start-Process whkd it technically goes through but I think it is just suppressing the error because whkd still does not work.

To Reproduce I am not sure how to reproduce it, unfortunately. I logged in one day and everything was broken. There might be an issue with the fact that there are multiple users on the device?

Expected behavior I expected it to start working.

Screenshots and Videos image

Operating System

OS Name:                   Microsoft Windows 11 Home
OS Version:                10.0.22631 N/A Build 22631

ChronoInferna avatar Feb 04 '24 22:02 ChronoInferna

RLT is indeed not a valid Windows vkey code. If you're looking for the right alt key, the correct code is rmenu. You can read here for some more information about how Virtual Keys can be referenced in whkd.

LGUG2Z avatar Feb 05 '24 16:02 LGUG2Z