PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

Move ± from Portuguese to Special Characters in Quick Accent

Open bveldkamp opened this issue 1 year ago • 1 comments

Description of the new feature / enhancement

After I unchecked many languages I don't use in Quick Accent, I found that the plus-minus (±) sign (under the comma key) has disappeared. When I checked the code, I found that it is only included in the Portuguese character set. I am curious about what makes ± Portuguese only. On the other hand, the ∓ character is included in 'Special characters', and can be access through the + key. I think it makes sense to have ± there as well.

Can ± be moved (or copied to) Special characters, and be made accessible with the + key?

Scenario when this would be used?

  • This would be useful for everyone who does not use Portuguese, but still wants to type ±
  • I don't use ± often enough to remember it's under the comma key. Having it under + as well would save me from searching for it

Supporting information

No response

bveldkamp avatar Feb 26 '25 10:02 bveldkamp

I noticed there's more than just the ± sign: In the Portuguese character definition (GetDefaultLetterKeyPT()) there is LetterKey.VK_COMMA => new[] { "≤", "≥", "≠", "≈", "≙", "±", "₊", "⁺" },, which I think is strange. None of these characters are specific to that language, and to have them under the , key is somewhat arbitrary. Most of them are also included in Special Characters, except ±, and .

I'd like to propose moving these three to Special Characters as well, and remove them from Portuguese

bveldkamp avatar Mar 06 '25 12:03 bveldkamp

Can we also hang "±" (Plus-Minus Sign, U+00B1, Keystroke Alt+0177) on both the "-" and "+" keys?

"∓" (Minus-Plus U+2213) is attached to both the "+" and "-" keys, but Plus-Minus (unintuitively for me anyway) is only on the comma/< key.

Thanks!

jds13 avatar Jun 26 '25 04:06 jds13

I will close this in favor of #43457, which I'm currently working on. I missed that there was an older issue. Thanks for the report

noraa-junker avatar Dec 07 '25 17:12 noraa-junker