Hybrid visual and textual functional programming.
Go to file
Adam Obuchowicz b4ad324cf5 Fix stuck keymask after alt-tabbing (https://github.com/enso-org/ide/pull/270)
After pressing Alt-tab editor did not received keyup events so the keymask was stuck with pressed-alt state. To fix that, we clear the mask each time window lose focus.

Original commit: 29f3226f11
2020-03-17 17:06:12 +01:00
gui Fix stuck keymask after alt-tabbing (https://github.com/enso-org/ide/pull/270) 2020-03-17 17:06:12 +01:00