Description of the new feature / enhancement
Request for ”Keyboard Manager".
I'm a native Japanese user, so we need to implement switching to English/Japanese mode. By default, Windows assigns this setting a single key.
However, switching between English and Japanese with a single key is not useful, and I would like to assign two keys, such as left alt and right alt, namely left alt to make English mode and right alt to make Japanese mode.
At the same time, I'm a Vim user, so I would like to assign right alt + h to the left arrow, right alt + j to the down arrow, right alt + k to the up arrow, and right alt + l to the right arrow.
I really want the above feature on PowerToys as it is stable, whereas the famous AutoHotKey is not stable at all.
Summary:
- A single push of the left alt will be in English mode.
- A single push of the right alt will be in Japanese mode.
at the same time,
- right alt + h to be left arrow
- right alt + j to be down arrow
- right alt + k to be up arrow
- right alt + l to be right arrow
Scenario when this would be used?
Always.
Supporting information
In macOS, Karabiner-Elements ( https://karabiner-elements.pqrs.org/ ) does the feature.
7条答案
按热度按时间ao218c7q1#
定义"英文模式"和"日文模式"。这仅仅是交换键盘布局还是更多?/needinfo
alen0pnh2#
感谢你的回复。
"更多"
解决这个问题的方法有很多种(目前还没有)。
A) 输入英文时,微软IME应该关闭。
B) 输入日文时,微软IME应该开启。
我喜欢将左Alt键分配给触发(A),将右Alt键分配给触发(B),其中右Alt + [h,j,k,l]触发[左,下,上,右]箭头,且不切换到(B)。
a64a0gku3#
这是将KBM配置文件Map到IMEs。谢谢
flseospp4#
Xref #1881
bz4sfanl5#
我想知道这是否与#1881相同,因为我想要的不是配置文件切换,而是在有和没有组合的情况下进行键Map。
kokeuurv6#
我将此视为可能升级到该问题。这是需要的,但如果我们能检测到IME切换,那么自动切换就有可能实现。
3z6pesqy7#
仅供参考:我想做的正是以下内容。
https://www.karakaram.com/alt-ime-on-off/
(请使用LLM进行翻译)