dotdash-keyboard-android
dotdash-keyboard-android copied to clipboard
Code group for the back-tick (`) character
As noted here, when I added code groups for all the characters on a normal ASCII keyboard, I forgot the bac-tick character (`), more properly known as the "grave accent" character.
I'll need to search through the available unassigned code groups to find the best candidate. Possibly the digraph GA - - . . -
for Grave Accent.
Would be really nice to have. Comes up a lot when writing
-
code
on Github, in all my software project readmes, and I use the same notation in commit messages, comments, and so on. -
many shell commands (can be replaced with
$()
on most shells, and shells that can't are mostly unused now) -
lisp - comes up a lot (at least Emacs lisp, not sure about other flavors).