Disabled direct fail of autotype on missing access. Added time out for user interaction to prevent unexpected behaviour

This commit is contained in:
Michael Starke
2018-11-16 11:23:08 +01:00
parent 4b56167b56
commit 409632714c
5 changed files with 26 additions and 6 deletions

View File

@@ -107,6 +107,9 @@
/* Notification: Autotype found a single match for %@ (string placeholder). */
"AUTOTYPE_OVERLAY_SINGLE_MATCH_FOR_%@" = "Found Match for %@!";
/* Notficication: Autotype timed out */
"AUTOTYPE_TIMED_OUT" = "Autotype timed out.";
/* Enable autotype menu item */
"AUTOTYPE_YES" = "Enable Autotype";