Skip to content

Quick Accent: Add ¡ and ¿ to ! and ? keys for Spanish#46908

Open
Copilot wants to merge 2 commits intomainfrom
copilot/add-spanish-accent-menu
Open

Quick Accent: Add ¡ and ¿ to ! and ? keys for Spanish#46908
Copilot wants to merge 2 commits intomainfrom
copilot/add-spanish-accent-menu

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

Summary of the Pull Request

Adds ¡ and ¿ to more intuitive key mappings in the Spanish Quick Accent set. Previously these were only reachable via the comma key (VK_COMMA). Now they're also available on their natural counterparts: VK_1 (the ! key) for ¡, and VK_SLASH_ (the ? key) for ¿.

PR Checklist

  • Communication: I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
  • Localization: All end-user-facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Two new entries in GetDefaultLetterKeySP in Languages.cs:

LetterKey.VK_1 => new[] { "¡" },
LetterKey.VK_SLASH_ => new[] { "¿" },

The existing VK_COMMA mapping (which already includes both characters among other punctuation) is unchanged.

Validation Steps Performed

Verified the diff is limited to the two new switch arms in the Spanish language mapping. No existing mappings modified.

Copilot AI changed the title [WIP] Add ¡ and ¿ to quick accent menu for Spanish Quick Accent: Add ¡ and ¿ to ! and ? keys for Spanish Apr 11, 2026
Copilot AI requested a review from niels9001 April 11, 2026 23:42
@niels9001 niels9001 marked this pull request as ready for review April 12, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quick Accent: Enhancement: Add "¡" and "¿" to "!" and "?" quick accent menu

2 participants