Quantcast
Channel: SIL Language Software Community - Latest topics
Viewing all articles
Browse latest Browse all 649

How to write a sequence of characters including a single quote in Keyman?

$
0
0

I have this line which is failing, I’ve tried everything (backslashes, double quotes, U+0027, etc.):

''!' + [K_TAB] > "'366" c Mapping for the ''!' key, the nang tone

That is, if you press single quote + exclamation mark, followed by tab, it should output single quote plus 3 plus 6 plus 6. How do I do that?

Here is another (single quote followed by tilde) (I tried to remove the K_TAB just in case, but still failing):

U+0027 + U+007E > context + U+0033 c Mapping for the ''~' key, the hard transition

Other errors:

"'3" + [K_TAB] > "'3" c Mapping for the ''~' key, the hard transition

Gives:

tone.kmn:2451 - error KM02019: Unterminated string in line

2 posts - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 649

Trending Articles