feat: complete rewrite of the keyboard support (closes #157)

BREAKING CHANGE: the previous keyboard support implementation was not working if any app on the system activated Secure Input and didn't turn it off. This is a major hurdle for most global shortcut apps. This update introduces a new implementation which is unaffected by Secure Input. AltTab shortcuts should now work reliably
This commit is contained in:
Louis Pontoise
2020-08-13 02:45:08 +09:00
committed by lwouis
parent 2a45dec92a
commit d3253ba4e1
9 changed files with 213 additions and 74 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<key>NSPrincipalClass</key>
<string>AppCenterApplication</string>
<key>NSSupportsSuddenTermination</key>
<string>true</string>
<string>false</string>
<key>SUEnableAutomaticChecks</key>
<string>true</string>
<key>SUScheduledCheckInterval</key>