fix: Update KeyCode field
Previously, many inputs were unusable.
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
<url type="vcs-browser">https://gitlab.com/msyds/syd-fcitx5-tables/issues</url>
|
<url type="vcs-browser">https://gitlab.com/msyds/syd-fcitx5-tables/issues</url>
|
||||||
<project_group>Fcitx</project_group>
|
<project_group>Fcitx</project_group>
|
||||||
<releases>
|
<releases>
|
||||||
<!-- <release version="1.0.0" date="2025-07-17"/> -->
|
<release version="1.0.0" date="2025-07-17"/>
|
||||||
|
<release version="1.1.0" date="2025-08-13"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "syd-fcitx5-tables";
|
pname = "syd-fcitx5-tables";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
KeyCode=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890\_[]{}
|
KeyCode=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890\_[]{}=~<>|+.:;-*,/?^
|
||||||
Prompt=
|
Prompt=
|
||||||
ConstructPhrase=
|
ConstructPhrase=
|
||||||
Length=20
|
Length=20
|
||||||
@@ -2369,6 +2369,7 @@ Length=20
|
|||||||
\frac58 ⅝
|
\frac58 ⅝
|
||||||
\frac78 ⅞
|
\frac78 ⅞
|
||||||
\frac1 ⅟
|
\frac1 ⅟
|
||||||
|
\fracslash ⁄
|
||||||
\leftarrow ←
|
\leftarrow ←
|
||||||
\uparrow ↑
|
\uparrow ↑
|
||||||
\rightarrow →
|
\rightarrow →
|
||||||
|
|||||||
Reference in New Issue
Block a user