dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
340 stars 18 forks source link

possible bug with send key #14

Closed GeneralMidi closed 2 years ago

GeneralMidi commented 2 years ago

Hey,

I assign a send key function. Later I decide to change it. It seems the new key I can delete, but the original remains...

cheers

image

dumbeau commented 2 years ago

This was intentional, but I was just intentionally wrong for some reason, haha. It would make sense that any of keys could be deleted if there is more than one key in a sequence. Good find 👍

You can change a keystroke by clicking on the key too though.

dumbeau commented 2 years ago

This is fixed in v1.0.13.

When two or more keys are present, all the keys in the sequence can be deleted. When only one is present, the key can be clicked to replace it, or a key can be added.