From 6b6fd1f063e5b51a264ee5bc21b7782fdcf36026 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Wed, 8 Nov 2023 09:36:27 +0700 Subject: [PATCH] chore: Update "Key text" table for keymanweb-osk.ttf v4.0 --- ...ard-layout-for-amharic-the-nitty-gritty.md | 98 ++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/developer/17.0/guides/develop/creating-a-touch-keyboard-layout-for-amharic-the-nitty-gritty.md b/developer/17.0/guides/develop/creating-a-touch-keyboard-layout-for-amharic-the-nitty-gritty.md index e10cdf273..062875d1d 100644 --- a/developer/17.0/guides/develop/creating-a-touch-keyboard-layout-for-amharic-the-nitty-gritty.md +++ b/developer/17.0/guides/develop/creating-a-touch-keyboard-layout-for-amharic-the-nitty-gritty.md @@ -8,7 +8,7 @@ title: Creating a Touch Keyboard Layout Part 2 @font-face { font-family: SpecialOSK; font-display: block; - src: url('https://s.keyman.com/kmw/engine/15.0.222/osk/keymanweb-osk.ttf'); + src: url('https://s.keyman.com/kmw/engine/17.0.185/osk/keymanweb-osk.ttf'); } .special-osk { @@ -338,6 +338,102 @@ for now the following special labels are recognized:  Zero Width Non Joiner (Android style shape) + + `*ZWNJGeneric*` +  + Zero Width Non Joiner (not platform-specific) + + + `*Sp*` +  + Regular space + + + `*NBSp*` +  + No-Break Space + + + `*NarNBSp*` +  + Narrow No-Break Space + + + `*EnQ*` +  + En Quad + + + `*EmQ*` +  + Em Quad + + + `*EnSp*` +  + En Space + + + `*EmSp*` +  + Em Space + + + `*PunctSp*` +  + Punctuation Space + + + `*ThSp*` +  + Thin Space + + + `*HSp*` +  + Hair Space + + + `*ZWSp*` +  + Zero Width Space + + + `*ZWJ*` +  + Zero Width Joiner + + + `*WJ*` +  + Word Joiner + + + `*CGJ*` +  + Combining Grapheme Joiner + + + `*LTRM*` +  + Left-to-right Mark + + + `*RTLM*` +  + Right-to-left Mark + + + `*SH*` +  + Soft Hyphen + + + `*HTab*` +  + Horizontal Tabulation + +