diff options
Diffstat (limited to '.config/fcitx/conf/fcitx-clipboard.config')
-rw-r--r-- | .config/fcitx/conf/fcitx-clipboard.config | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/fcitx/conf/fcitx-clipboard.config b/.config/fcitx/conf/fcitx-clipboard.config new file mode 100644 index 0000000..e009a1f --- /dev/null +++ b/.config/fcitx/conf/fcitx-clipboard.config @@ -0,0 +1,27 @@ +[Clipboard] +# Save Clipboard History To File +# Available Value: +# True False +#SaveHistoryToFile=True +# Length of Clipboard History to Save +#HistoryLength=5 +# Maximum length of each candidate word +#CandidateMaxLength=43 +# Trigger Key for Clipboard History List +#TriggerKey=CTRL_; +# Use Selection Text +# Available Value: +# True False +#UsePrimary=True +# Choose key modifier +# Available Value: +# None +# Alt +# Ctrl +# Shift +#ChooseModifier=None +# Ignore blank selections +# Available Value: +# True False +#IgnoreBlank=True + |