Replies: 1 comment
-
You can use this autohotkey script. #Requires AutoHotkey v2.0
#c:: {
static isJP := 0
if isJP = 0 {
Send "{vk16sc1F2}"
isJP := 1
}
else {
Send "{vk1Asc1F1}"
isJP := 0
}
} Pressing By the way, there's also a library here, but as it says, I tested that its |
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
-
I use windows 10 and want to learn japanese and because I use a hungarian keyboard any changed what layout should IME use in regedit, so it would use hungarian layout instead of english layout, but it has the consequence of that the ~ is made with AltGr + 1 and the shortcut key to switch between hiragana and "direct input" is Alt + ~, so I can't switch between them.
If there is a way to change the shortcut key for switching between input mods that can be also helpful.
Beta Was this translation helpful? Give feedback.
All reactions