We recently added "Ctrl" and "ctrl" to our spellcheck wordlist, but that doesn't seem quite right.
We want to avoid writing these as text or as code, we want to mark them as keys. This is also true for other keys. In addition, ++Ctrl++ doesn't work, it needs to be ++ctrl++, and in an ideal world that error would somehow be caught.
We recently added "Ctrl" and "ctrl" to our spellcheck wordlist, but that doesn't seem quite right.
We want to avoid writing these as text or as code, we want to mark them as keys. This is also true for other keys. In addition,
++Ctrl++doesn't work, it needs to be++ctrl++, and in an ideal world that error would somehow be caught.