Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Pressing Ctrl doesn't immediately make the window semi-transparent #32

Closed Remi05 closed 3 years ago

Remi05 commented 3 years ago

When you press Ctrl, there is a delay before the window is made semi-transparent. This is most likely due to our check for Ctrl being pressed when the event occurs. We should try passing the VK code of the pressed key as an arg of the KeyDown/KeyUp events.

Remi05 commented 3 years ago

Fixed with commit 13f67c635691ba6c87bec6ba74e87bcdbc2ad764.