agwells / dotdash-keyboard-android

The world's most popular open source Morse code keyboard for Android! (probably)
GNU General Public License v3.0
32 stars 5 forks source link

Code group for the back-tick (`) character #28

Open agwells opened 4 years ago

agwells commented 4 years ago

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.

mentalisttraceur commented 1 year ago

Would be really nice to have. Comes up a lot when writing

  1. code on Github, in all my software project readmes, and I use the same notation in commit messages, comments, and so on.

  2. many shell commands (can be replaced with $() on most shells, and shells that can't are mostly unused now)

  3. lisp - comes up a lot (at least Emacs lisp, not sure about other flavors).