Disable number row for some layouts

This commit is contained in:
Aleksandras Kostarevas 2024-09-19 10:14:12 +03:00
parent 25b23008a0
commit 3e06ee4393
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: Khmer
languages: km-KH
minimumFunctionalKeyWidth: 0.0
attributes: { moreKeyMode: OnlyExplicit }
numberRowMode: AlwaysDisabled
rows:
- letters: # rowkeys_khmer1.xml
- {type: case, normal: ['១', '1', '៱'], shifted: ['!', "!icon/zwj_key|\u200d"]}

View File

@ -2,6 +2,7 @@ name: Lao
languages: lo-LA
minimumFunctionalKeyWidth: 0.0
attributes: { moreKeyMode: OnlyExplicit }
numberRowMode: AlwaysDisabled
rows:
- letters: # rowkeys_lao1.xml
- {type: case, normal: ['ຢ', '1', '໑'], shifted: ['໑']}

View File

@ -2,6 +2,7 @@ name: Thai
languages: th
minimumFunctionalKeyWidth: 0.0
attributes: { moreKeyMode: OnlyExplicit }
numberRowMode: AlwaysDisabled
rows:
- letters: # rowkeys_thai1.xml
- {type: case, normal: ['ๅ'], shifted: ['+']}