Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

unpin cursor for table #22

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fcitx5-chinese-addons
13 changes: 13 additions & 0 deletions patches/chinese-addons.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,16 @@ index 3522664..a5e0a5d 100644
Option<bool> showActualPinyinInPreedit{
this, "PinyinInPreedit", _("Show complete pinyin in preedit"), false};
Option<bool> predictionEnabled{this, "Prediction", _("Enable Prediction"),
diff --git a/im/table/ime.h b/im/table/ime.h
index d06a0a2..9175d4f 100644
--- a/im/table/ime.h
+++ b/im/table/ime.h
@@ -118,7 +118,7 @@ FCITX_CONFIGURATION(
Option<bool> preeditCursorPositionAtBeginning{
this, "PreeditCursorPositionAtBeginning",
_("Fix embedded preedit cursor at the beginning of the preedit"),
- !isAndroid()};
+ false};
Option<Key, KeyConstrain> quickphrase{
this,
"QuickPhraseKey",