最近不知道是不是升级过 OS 原因,导致输入法的自定义短语失效了。iphone 上使用正常。
有没有小伙伴有遇到并解决的?
![]() | 1 p2007 2024-01-08 09:56:43 +08:00 是系统 bug ,好像是 14.2 引入的 bug ,14.2.1 也没有修复。 |
![]() | 2 deadfffool 2024-01-08 10:13:35 +08:00 我这里也是 完全没法用 |
![]() | 3 Lullaby001 2024-01-08 10:23:19 +08:00 是使用的 bug ,哪个设备失效你在哪个设备上新添加一个或许可以解决 |
4 vokins 2024-01-08 10:33:38 +08:00 via iPhone 我也发现了,昨天输入 hh 没有出现换行符 |
![]() | 5 MasonXu 2024-01-08 10:36:29 +08:00 你试试这个命令,我还用特意把这个设置成 false 来禁止 mac 的自定义短语呢 ```shell defaults write -g WebAutomaticTextReplacementEnabled -bool true ``` |
![]() | 7 alohathomas OP @MasonXu zsh: command not found: shell 请问下这个命令怎么用? |
![]() | 8 MasonXu 2024-01-09 14:16:34 +08:00 @alohathomas 这个好像不支持 markdown 的代码块渲染。你单独使用这个就行了,默认就是 true defaults write -g WebAutomaticTextReplacementEnabled -bool true |
![]() | 9 alohathomas OP @zsanshao 好的,谢谢! |
10 ColdEye1984 2024-01-12 14:05:23 +08:00 我看推上有人说,14.3 的测试版已经补了这个 BUG 了,等正式版吧。新添加短语也唤醒不了。 |