Wikipedia lists quite a few diacritical letters in Morse code. It appears these have their roots in the Gerke Morse code system, with some of them being just conventions used by operators in various languages.
It would be good to support these (at least optionally). However, the complicating factor is that there's a ton of overlap between them. For instance, ---. represents Ó, Ö, and Ø. I think the idea is that any given language is unlikely to use more than one of each overlapping set. If that's true, then I could support them by adding a "language" menu to the keyboard's options.
But the first thing I'd need to do, is to figure out which language options should be used.
Wikipedia lists quite a few diacritical letters in Morse code. It appears these have their roots in the Gerke Morse code system, with some of them being just conventions used by operators in various languages.
It would be good to support these (at least optionally). However, the complicating factor is that there's a ton of overlap between them. For instance,
---.represents Ó, Ö, and Ø. I think the idea is that any given language is unlikely to use more than one of each overlapping set. If that's true, then I could support them by adding a "language" menu to the keyboard's options.But the first thing I'd need to do, is to figure out which language options should be used.