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

How to remove automatically default layer tranform?

$
0
0

I want to cancel the automatic layer tranform from numeric to default, which sentence should I change?
begin Unicode > use(main)
begin NewContext > use(NewContext)
begin PostKeystroke > use(PostKeystroke)

store(&CasedKeys) [K_A] … [K_Z]
store(key) [K_A] … [K_Z] [SHIFT K_A] … [SHIFT K_Z]
store(out) ‘a’ … ‘z’ ‘A’ … ‘Z’

store(caps) ‘A’…‘Z’
store(digit) ‘0’…‘9’

group(NewContext) readonly
nomatch > use(detectStartOfSentence)

group(PostKeystroke) readonly
if(&layer = ‘caps’) > context
if(&newLayer = “”) > use(detectStartOfSentence)

group(detectStartOfSentence) readonly
store(sentencePunctuation) ‘.?!’
nomatch > layer(‘default’)

group(main) using keys

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 786

Trending Articles