twinkle-tray icon indicating copy to clipboard operation
twinkle-tray copied to clipboard

Hotkey combination is ignored

Open horst789github opened this issue 4 years ago • 3 comments

i use the hotkey: "accelerator": "O+num8" and "accelerator": "O+num2"

but the first button (O) is ignored and triggers already if you press only the 2nd button (num8 or num2)... in my example i just have to press the 2 or the 8 on the numberpad and the brightness changes, although i actually have that the hotkey may only change with a combination of O and 8 or O and 2...

grafik

{ "isDev": false, "userClosedIntro": true, "theme": "default", "icon": "mdl2", "updateInterval": 500, "openAtLogin": true, "brightnessAtStartup": true, "killWhenIdle": false, "remaps": { "\\?\DISPLAY#ACI23D2#5&119e9c2&0&UID4356#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}": { "min": 0, "max": 100 }, "\\?\DISPLAY#ACI23D2#5&119e9c2&0&UID4353#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}": { "min": 0, "max": 100 } }, "hotkeys": { "\\?\DISPLAY#GSM5B7F#5&119e9c2&0&UID4355#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}__dir1": { "monitor": "\\?\DISPLAY#GSM5B7F#5&119e9c2&0&UID4355#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}", "accelerator": "O+num8", "direction": 1, "active": true }, "\\?\DISPLAY#GSM5B7F#5&119e9c2&0&UID4355#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}__dir-1": { "monitor": "\\?\DISPLAY#GSM5B7F#5&119e9c2&0&UID4355#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}", "accelerator": "O+num2", "direction": -1, "active": true } }, "hotkeyPercent": 15, "adjustmentTimes": [], "adjustmentTimeIndividualDisplays": false, "checkTimeAtStartup": true, "order": [ { "id": "\\?\DISPLAY#ACI23D2#5&119e9c2&0&UID4353#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}", "order": 0 }, { "id": "\\?\DISPLAY#GSM5B7F#5&119e9c2&0&UID4355#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}", "order": 1 } ], "features": { "luminance": true, "brightness": true, "gain": false, "contrast": false, "powerState": false, "volume": false }, "checkForUpdates": true, "dismissedUpdate": "", "language": "system", "settingsVer": "v1.13.5", "names": {}, "analytics": false, "scrollShortcut": true, "useAcrylic": false, "useNativeAnimation": false, "uuid": "c3860bb6-bf37-42fc-944e-07384c40622e", "branch": "master" }

horst789github avatar Apr 05 '21 11:04 horst789github

Yeah, I'm seeing it happen on my end when using the same shortcuts. Thanks for the bug report. I'll see if I can get this fixed.

xanderfrangos avatar Apr 05 '21 15:04 xanderfrangos

in the new v1.13.7 same problem

horst789github avatar May 06 '21 09:05 horst789github

in the new v1.13.9 same problem

horst789github avatar Sep 12 '21 21:09 horst789github