Replies: 1 comment
-
沒經驗,你可以試試改 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我目前在Linux上使用 Programmer Dvorak 键盘布局, 看起来像下面这样:
在某个版本之前, 我都可以直接使用符号选词, 而不必按Shift键, 例如按"("键就相当于按下了1, 不必使用"Shift+(".
但不知道从哪次更新之后, 我就必须按Shift键了, 否则就会直接选中菜单中的第一个词, 再加上按下的个符号. 例如按下"shi'yong)"会出现"使用)", 而不是"适用".
通过查阅源码, 我目前的解决方法是在配置中增加了一条

"menu/alternative_select_keys": "()}+{][!=*"
. 但这样会让菜单中的数字也跟着起变化:有没有什么好的办法, 能恢复到之前那个版本的特性呢?
Beta Was this translation helpful? Give feedback.
All reactions