mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-04 13:50:42 +00:00
add some more layouts
This commit is contained in:
parent
26c890a3e2
commit
38d8365e5b
13 changed files with 408 additions and 12 deletions
|
@ -224,7 +224,7 @@ def get_morekeys_texts(write=False):
|
|||
if script is None:
|
||||
raise ValueError("undefined script")
|
||||
if script != "Latn":
|
||||
continue # skip non-latin scripts for now
|
||||
continue # skip non-latin scripts
|
||||
print(file)
|
||||
keys = read_keys(f"{file}/donottranslate-more-keys.xml")
|
||||
val.append(keys)
|
||||
|
@ -269,7 +269,7 @@ def main():
|
|||
# k = read_keys(default_file)
|
||||
# write_keys(pathlib.Path(__file__).parent / f"defaultkeys.txt", k)
|
||||
keys = get_morekeys_texts(False)
|
||||
write_combined_lists(keys)
|
||||
# write_combined_lists(keys)
|
||||
|
||||
|
||||
# need to check strings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue