diff options
| author | ymzcdg <49898694+ymzcdg@users.noreply.github.com> | 2019-06-05 02:06:17 +0800 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-06-04 11:06:17 -0700 |
| commit | e0a0d80bd329b4a289e3c4f817c96857c25b0f16 (patch) | |
| tree | 88d7f5693ec3afc041589d7968da4be595c897ad /docs/how_keyboards_work.md | |
| parent | e7711b3b665c7df0a2a1d7272580cc01be28590d (diff) | |
| download | qmk_firmware-e0a0d80bd329b4a289e3c4f817c96857c25b0f16.tar.gz qmk_firmware-e0a0d80bd329b4a289e3c4f817c96857c25b0f16.zip | |
docs to Mandarin Chinese (#5960)
* faq_general.md to Chinese
faq_general.md to Chinese
faq finished
* custom_quantum_functions.md to Chinese
custom_quantum_functions.md to Chinese
* custom_quantum_functions.md fix
custom_quantum_functions.md fix
* custom_quantum_functions.md fix translate
custom_quantum_functions.md fix translate
* !ver.English! _summary.md bug fix
_summary.md bug fix of English doc. add".md" behind "feature_combo"
* !ver.English! custom_quantum_functions.md fix#5869
custom_quantum_functions.md in English : delete redundant "is" . issue#5869
* !ver.English! how_keyboards_work.md link fix
change
https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_code_input
to
https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_input
"#Hexadecimal_code_input" not exist
* !English! how_keyboards_work.md add missing "t"
Tied to a specific OS a a time (need recompilation when changing OS);
change to
Tied to a specific OS at a time (need recompilation when changing OS);
* _summary.md improve translation
_summary.md improve translation
* reference_glossary.md into Chinese
reference_glossary.md into Chinese
术语表翻译,这个术语表英文版似乎不太全,应该补充英文版,并在中文版添加其他具有中国特色的术语。
Diffstat (limited to 'docs/how_keyboards_work.md')
| -rw-r--r-- | docs/how_keyboards_work.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how_keyboards_work.md b/docs/how_keyboards_work.md index 0772f055d..5697a2187 100644 --- a/docs/how_keyboards_work.md +++ b/docs/how_keyboards_work.md | |||
| @@ -63,10 +63,10 @@ You may wonder why a keyboard layout containing all of Unicode is not devised th | |||
| 63 | 63 | ||
| 64 | ## How to (Maybe) Enter Unicode Characters | 64 | ## How to (Maybe) Enter Unicode Characters |
| 65 | 65 | ||
| 66 | You can have the firmware send *sequences of keys* to use the [software Unicode Input Method](https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_code_input) of the target operating system, thus effectively entering characters independently of the layout defined in the OS. | 66 | You can have the firmware send *sequences of keys* to use the [software Unicode Input Method](https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_input) of the target operating system, thus effectively entering characters independently of the layout defined in the OS. |
| 67 | 67 | ||
| 68 | Yet, it does come with multiple disadvantages: | 68 | Yet, it does come with multiple disadvantages: |
| 69 | 69 | ||
| 70 | - Tied to a specific OS a a time (need recompilation when changing OS); | 70 | - Tied to a specific OS at a time (need recompilation when changing OS); |
| 71 | - Within a given OS, does not work in all software; | 71 | - Within a given OS, does not work in all software; |
| 72 | - Limited to a subset of Unicode on some systems. | 72 | - Limited to a subset of Unicode on some systems. |
