martinchrzan / ColorPicker

Windows system-wide color picker
MIT License
339 stars 29 forks source link

Shortcut setting doesn't register specific key combinations #30

Open kwaschny opened 1 year ago

kwaschny commented 1 year ago

Settings > Change shortcut

Keys Works
LeftAlt + X
LeftShift + LeftAlt + X
LeftShift + LeftCtrl + LeftAlt + X ✔️
LeftCtrl + LeftAlt + X ✔️

where X can be any regular key.

There are also issues with Enter/Return and NumPad:

Keys Works
Return
LeftShift + Return ✔️
LeftCtrl + Return ✔️
NumPadX ✔️
LeftShift + NumPadX
LeftCtrl + NumPadX ✔️

where NumPadX can be any key from 0 to 9 on the numeric keypad.