mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Disable number row for some layouts
This commit is contained in:
parent
25b23008a0
commit
3e06ee4393
@ -2,6 +2,7 @@ name: Khmer
|
|||||||
languages: km-KH
|
languages: km-KH
|
||||||
minimumFunctionalKeyWidth: 0.0
|
minimumFunctionalKeyWidth: 0.0
|
||||||
attributes: { moreKeyMode: OnlyExplicit }
|
attributes: { moreKeyMode: OnlyExplicit }
|
||||||
|
numberRowMode: AlwaysDisabled
|
||||||
rows:
|
rows:
|
||||||
- letters: # rowkeys_khmer1.xml
|
- letters: # rowkeys_khmer1.xml
|
||||||
- {type: case, normal: ['១', '1', '៱'], shifted: ['!', "!icon/zwj_key|\u200d"]}
|
- {type: case, normal: ['១', '1', '៱'], shifted: ['!', "!icon/zwj_key|\u200d"]}
|
||||||
|
@ -2,6 +2,7 @@ name: Lao
|
|||||||
languages: lo-LA
|
languages: lo-LA
|
||||||
minimumFunctionalKeyWidth: 0.0
|
minimumFunctionalKeyWidth: 0.0
|
||||||
attributes: { moreKeyMode: OnlyExplicit }
|
attributes: { moreKeyMode: OnlyExplicit }
|
||||||
|
numberRowMode: AlwaysDisabled
|
||||||
rows:
|
rows:
|
||||||
- letters: # rowkeys_lao1.xml
|
- letters: # rowkeys_lao1.xml
|
||||||
- {type: case, normal: ['ຢ', '1', '໑'], shifted: ['໑']}
|
- {type: case, normal: ['ຢ', '1', '໑'], shifted: ['໑']}
|
||||||
|
@ -2,6 +2,7 @@ name: Thai
|
|||||||
languages: th
|
languages: th
|
||||||
minimumFunctionalKeyWidth: 0.0
|
minimumFunctionalKeyWidth: 0.0
|
||||||
attributes: { moreKeyMode: OnlyExplicit }
|
attributes: { moreKeyMode: OnlyExplicit }
|
||||||
|
numberRowMode: AlwaysDisabled
|
||||||
rows:
|
rows:
|
||||||
- letters: # rowkeys_thai1.xml
|
- letters: # rowkeys_thai1.xml
|
||||||
- {type: case, normal: ['ๅ'], shifted: ['+']}
|
- {type: case, normal: ['ๅ'], shifted: ['+']}
|
||||||
|
Loading…
Reference in New Issue
Block a user