I am finding this extension to be very useful but I noticed an issue in grey-out mode.
If you press down more than one modifier and release one of them, all modifiers remain highlighted until you release them all. For example if you press down Ctrl + Shift, then release Shift; both Ctrl and Shift will be highlighted until you release Ctrl.
This PR includes a simple change that resets Ctrl, Shift and Alt styles on each update event.
Hi
I am finding this extension to be very useful but I noticed an issue in grey-out mode.
If you press down more than one modifier and release one of them, all modifiers remain highlighted until you release them all. For example if you press down Ctrl + Shift, then release Shift; both Ctrl and Shift will be highlighted until you release Ctrl.
This PR includes a simple change that resets Ctrl, Shift and Alt styles on each update event.
Many thanks Adrian