feat: add autotranslate qol features

Allow using Ctrl+# to select the first 10 results. Allow pressing
Enter to select the first result. Fix the Escape key not closing the
autotranslate window. Increase the window size.
This commit is contained in:
Anna
2022-05-30 14:58:47 -04:00
parent 13d2e7be2d
commit 7fdc1d75ff
3 changed files with 49 additions and 2 deletions
+6
View File
@@ -812,5 +812,11 @@ namespace ChatTwo.Resources {
return ResourceManager.GetString("Options_SortAutoTranslate_Description", resourceCulture);
}
}
internal static string AutoTranslate_Completion_Key {
get {
return ResourceManager.GetString("AutoTranslate_Completion_Key", resourceCulture);
}
}
}
}