{"id":18671877,"url":"https://github.com/coloryr/avaloniakeyboard","last_synced_at":"2025-10-05T15:49:57.689Z","repository":{"id":228488019,"uuid":"773627540","full_name":"Coloryr/AvaloniaKeyboard","owner":"Coloryr","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-11T06:54:40.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-11T07:50:33.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Coloryr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-18T05:23:42.000Z","updated_at":"2024-04-15T01:37:32.173Z","dependencies_parsed_at":"2024-04-15T01:37:27.253Z","dependency_job_id":null,"html_url":"https://github.com/Coloryr/AvaloniaKeyboard","commit_stats":null,"previous_names":["coloryr/avaloniakeyboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FAvaloniaKeyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FAvaloniaKeyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FAvaloniaKeyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coloryr%2FAvaloniaKeyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coloryr","download_url":"https://codeload.github.com/Coloryr/AvaloniaKeyboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238910801,"owners_count":19551049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T09:08:09.252Z","updated_at":"2025-10-05T15:49:52.649Z","avatar_url":"https://github.com/Coloryr.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AvaloniaKeyboard\n\n![](/image.png)\n\n## Use it!\n\n1. add submodule\n```\ngit submodule add https://github.com/Coloryr/AvaloniaKeyboard.git\ngit submodule update --init --recursive\n```\n\nand add project `AvaloniaKeyboard`\n\n2. add style\n```\n\u003cStyleInclude Source=\"avares://AvaloniaKeyboard/Views/KeyboardControl.axaml\" /\u003e\n```\n\n3. use it \n```\nxmlns:view=\"clr-namespace:AvaloniaKeyboard.Views;assembly=AvaloniaKeyboard\"\n```\n\n```\n\u003cStackPanel\u003e\n    \u003cTextBox Name=\"Text1\" /\u003e\n    \u003cview:KeyboardControl Name=\"Input1\" TextBox=\"{ResolveByName Text1}\" /\u003e\n\u003c/StackPanel\u003e\n```\n**Keyboard must set a TextBox**\nTextBox can set from code or xaml\n\n## With [Rime](https://github.com/rime/librime)\n\n1. Download rime\nIn [Action](https://github.com/rime/librime/action)\ndownload zip and unzip it.\ncopy `rime.dll` to your `Run Path`\n\n2. Download data\nmake a dir `data`\n\ndownload all data from [librime](https://github.com/rime/librime/tree/master/data/minimal)\n\n```\n- net8.0 \\\n  - data \\\n     - cangjie5.dict.yaml\n     - cangjie5.schema.yaml\n     - default.yaml\n     - ...\n  - rime.dll\n  - RimeSharp.dll\n  - AvaloniaKeyboard.dll\n  - {your program.exe}\n  - ...\n```\n\n3. Init Rime\n```\nusing AvaloniaKeyboard;\n\nRimeUtils.Init();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloryr%2Favaloniakeyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoloryr%2Favaloniakeyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloryr%2Favaloniakeyboard/lists"}