-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Quick Accent] Select multiple languages #21261
Comments
Having to go through all the "Quick" Accents when you just need two or three languages makes the name a little ironic, wouldn't you say? 😉 Here's a couple options for the implementation I can think of off the top of my head. Option 1. A checkbox list. Perhaps the simplest solution. Option 2. An input field with suggestions where you can add languages as if they are tags. Type "sp" and see Spanish in the list, select the result to add it to the field. It gets added as a tag that you could remove with a small X button. Press the field to see all languages, and select another langue to add that one as a tag as well. |
This one would be really nice. I need only Polish and Swedish, looking for a specific letter among 7 very similar is quite frustrating... |
Can I add my support for this? I use Swedish, German, and French. and have no use for the vast majority of the suggestions offered for many vowels. On the other hand, when I limit the selection to Swedish, there are a couple of letters missing ( |
I find the new feature "sort by usage frequency" helps already to get the characters used to the first positions, but yes, selecting only the needed languages (for me German and French) would be the best solution. |
Originally posted by @SKPG-Tech in #30320 (comment) @SKPG-Tech Feel free to start work on it and open a PR. This will be a great enhancement. I can imagine to have a checklist of all available languages with a "uncheck/check all" button on the settings page. If you have any questions or need any help please don't worry to ask. |
Is it possible to add custom charsets? |
@htcfreek I've found this in the Community Toolkit, do you think it would fit the requirements? I think it is better than having a list of checkmarks |
Sorry, I'm resigning from this. If anyone wants to do this, go right ahead. |
Chiming in to agree with the need for this feature. My only option for covering all of the characters I need right now is to select "All available," which creates an absolute mess of characters. The ability to select multiple languages or arbitrary character lists is badly, badly needed. |
As a note as to why this is really needed, I just updated PowerToys so now a bunch of new language sets have been added for me. When I QuickAccent for "e" on my laptop, the bar doesn't fit on my screen. I can't see my most frequently used accents as they get cut off! If I could remove the Hebrew vowels or some of the Latin accents, this would not be an issue. |
And anyone are still working on the feature? |
+1. I type in 3 non-English languages, so I have to resort to the very broad "all available" character sets option, while really I would only need a few extra characters. |
Really hoping someone manages to make this change, it would be really useful. |
@PesBandi I like your suggestion. And for logical reasons I wonder if we should update |
Hello @htcfreek, sorry for the late response.
Yes of course, I just didn't notice it when I changed the ComboBoxItems to CheckBoxes.
I didn't intend to, but I can look into it. I am not confirming that I will complete it in a reasonable amount of time, but there's a chance I might (if I have some free time). If anyone else wants to work on this feel free to do so. Also another thing I realized, CheckBoxes probably aren't the best idea. The ViewModel code for 38 CheckBoxes would be pretty long. I suggest using a CheckedListBox. |
I suggested adding "Apply" button as well, more info here microsoft/microsoft-ui-xaml#263 (comment) |
So, the checkboxes would need to be added to this file? And then allow the power accents value to be an array instead of one string? A checkbox that says "All available" could work too, checked by default, and when unchecked lists all of the languages to be checked individually |
Description of the new feature / enhancement
Currently you can select "All available" or a specific language. It would be helpful and nice if you can select multiple languages to have more than one but not all of them. For example, German and Currency.
Scenario when this would be used?
When you need only some of the languages.
Supporting information
No response
The text was updated successfully, but these errors were encountered: