forked from rime/squirrel
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f4a1db
commit 7391133
Showing
6 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
安裝輸入法 | ||
--- | ||
|
||
本品適用於 macOS 12.0+ | ||
本品適用於 macOS 10.15+ | ||
|
||
初次安裝,如果在部份應用程序中打不出字,請註銷並重新登錄。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule librime
updated
16 files
+7 −35 | src/rime/algo/encoder.cc | |
+5 −8 | src/rime/gear/ascii_composer.cc | |
+10 −12 | src/rime/gear/editor.cc | |
+1 −1 | src/rime/gear/key_binder.cc | |
+3 −4 | src/rime/gear/key_binding_processor.h | |
+2 −9 | src/rime/gear/key_binding_processor_impl.h | |
+5 −8 | src/rime/gear/punctuator.cc | |
+1 −1 | src/rime/gear/recognizer.cc | |
+1 −1 | src/rime/gear/selector.cc | |
+2 −2 | src/rime/gear/shape.cc | |
+21 −53 | src/rime/gear/simplifier.cc | |
+1 −1 | src/rime/gear/speller.cc | |
+14 −19 | src/rime/gear/switch_translator.cc | |
+3 −6 | src/rime/key_event.h | |
+1 −1 | src/rime/switcher.cc | |
+5 −3 | test/table_test.cc |