-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard profiles mapped to IMEs (different language keyboards) #33774
Comments
define "english mode" and japanese mode. Is this just swapping the keyboard layout or more? /needinfo |
@crutkas A) To type English, Microsoft IME should be OFF. I like to assign left alt to trigger (A), and right alt to trigger (B), where right alt + [h,j,k,l] trigger [left, down, up, right] arrow and do not change to (B). |
So this is KBM profiles mapped to IMEs. Thanks |
Xref #1881 |
I take this as a possible upgrade to that issue. It is needed but if we can detect the IME shift, it would be possible to auto shift |
just FYI: what I want to do is exactly the same as follows. |
@crutkas The feature for creating multiple profiles and easily switching between them is different from what I want to do here. Toggling the IME on and off is not the same as changing profiles (sets of key assignments). I want to toggle the IME on and off by single-tapping specific keys (left Alt and right Alt, located next to the space bar). Additionally, regardless of whether the IME is on or off, I want to map right Alt + [h, j, k, l] to [left, down, up, right] arrows. There are two challenges:
I would appreciate your understanding. |
Currently what I tried:
|
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:
at the same time,
Scenario when this would be used?
Always.
Supporting information
In macOS, Karabiner-Elements (https://karabiner-elements.pqrs.org/) does the feature.
The text was updated successfully, but these errors were encountered: