main ← fix-kbd
opened 10:46PM - 13 Sep 24 UTC
With the recent composer AI helper change (https://github.com/discourse/discours…e-ai/commit/9cd14b0003700d89e1a499b9e28924ef8e1443de), we accidentally hardcoded the keyboard shortcut string for proofreading.
This PR updates that by using platform specific keys:
i.e. <kbd>⌘</kbd><kbd>⌥</kbd><kbd>P</kbd> (macOS) / <kbd>ctrl</kbd><kbd>alt</kbd><kbd>p</kbd> (Windows)