Unipose

Unipose

Minecraft中的标准Linux Unicode输入法

Logo (u1f495)

Unipose

在 Minecraft 中进行 Linux 风格 Unicode 组合输入

它适用于任何操作系统,不仅仅是 Linux

这是什么?

你知道在 Linux 里可以用 ctrl+shift+u 来输入 UTF 十六进制码吗?如果你背熟了那些形近字符,用这招来整蛊你的程序员朋友可太好玩了ː

在 std::cout 中用 u2d0 替换 ':' 哇,完全看不懂的错误

实际上我替换了两个符号为形近字符,不只是冒号。效果很不错吧?

总之,有些人确实觉得这很有用,因为他们无需切换键盘布局就能输入 AltGr 上没有的字符。不过不知为何,这在 Minecraft 里就是行不通,所以我把它直接实现进了 Minecraft。

我想让我的 B 用 u432 看起来像 в

是的,这意味着你可以在 Windows 和 MacOS 上的 Minecraft 里使用 Linux 风格的 Unicode 组合输入,尽管在 Windows 上这最终没什么用,因为小键盘那套方法显然能用。

如果这个模组有人气的话,我会添加更多功能,比如预览和配置。保持更新应该不难,我会尽力而为。

许可证

Unipose: Unicode Composition in Minecraft
Copyright (C) 2026  AeshKai

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see <https://www.gnu.org/licenses/&gt;.