punctuation patch
This commit is contained in:
@@ -18,7 +18,11 @@ in {
|
|||||||
pkgs.kdePackages.fcitx5-chinese-addons
|
pkgs.kdePackages.fcitx5-chinese-addons
|
||||||
pkgs.fcitx5-hangul
|
pkgs.fcitx5-hangul
|
||||||
inputs.syd-fcitx5-tables.packages.${system}.default
|
inputs.syd-fcitx5-tables.packages.${system}.default
|
||||||
pkgs.fcitx5-toki-pona
|
(pkgs.fcitx5-toki-pona.overrideAttrs (final: prev: {
|
||||||
|
patches = prev.patches or [] ++ [
|
||||||
|
./fcitx5/punctuation.patch
|
||||||
|
];
|
||||||
|
}))
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
# Bind QuickPhrase to `s-;`.
|
# Bind QuickPhrase to `s-;`.
|
||||||
|
|||||||
22
modules/home/users/crumb/fcitx5/punctuation.patch
Normal file
22
modules/home/users/crumb/fcitx5/punctuation.patch
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
diff --git a/static_tables/toki_pona_ucsur.txt b/static_tables/toki_pona_ucsur.txt
|
||||||
|
index 1bacd3a..53f5c8e 100644
|
||||||
|
--- a/static_tables/toki_pona_ucsur.txt
|
||||||
|
+++ b/static_tables/toki_pona_ucsur.txt
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-KeyCode=mnptkswljiueoa()[]{}^*.:"-_
|
||||||
|
+KeyCode=mnptkswljiueoa()[]{}^*.:"-_<>,
|
||||||
|
Length=16
|
||||||
|
Prompt=
|
||||||
|
ConstructPhrase=
|
||||||
|
@@ -13,8 +13,11 @@ _
|
||||||
|
^
|
||||||
|
*
|
||||||
|
.
|
||||||
|
+, 。
|
||||||
|
:
|
||||||
|
-
|
||||||
|
+< 「
|
||||||
|
+> 」
|
||||||
|
a
|
||||||
|
akesi
|
||||||
|
ala
|
||||||
Reference in New Issue
Block a user