elementary / shortcut-overlay

A native, OS-wide shortcut overlay
https://elementary.io
GNU General Public License v3.0
33 stars 8 forks source link

Application: disallow multiple windows #78

Closed cassidyjames closed 4 years ago

cassidyjames commented 4 years ago

Fixes #52. Need to check for regressions (or find a different fix) for https://github.com/elementary/shortcut-overlay/pull/49

cassidyjames commented 4 years ago

Ah, it seems this reintroduces the issue @danrabbit mentioned in that PR where pressing-and-holding the Super key gives a weird behavior since we lose focus on key down and re-launch (after the timeout) on key-up. I do think a longer timeout would probably be okay, though.