Joined: Oct 2008
Posts: 252
Thanks:
0
Hey all,
I have a Japanese Macbook so I can easily switch between English and Japanese with the default buttons next to the space bar.
However I constantly type Chinese lately, and if I need to go to Chinese input I need to press command+spacebar and go through the list of 4 language setups to get my Chinese. → meaning I often need to press spacebar 3 times just to return to Chinese......
But just like the English and Japanese I'd like to assign one shortcut to instantly go to Chinese, and not go through the list of all options....
After an hour of googling I found nothing, only the list-way. ><
Does anyone know a program that would allow me to do this, or would it be hard to create a small program that allows one shortcut for one language? Just like the English and Japanese button my Japanese macbook has?
Thanks!
-Mesqueeb
Joined: Oct 2008
Posts: 252
Thanks:
0
I could assign a script to a keyboard shortcut.
Does anyone know how to write a script that does just:
Switch Input Method to Chinese.
This would solve my problem.
Joined: May 2012
Posts: 129
Thanks:
0
Sorry, don't know. I'd just hit Cmnd + Space and hold Cmnd. It brings up the list on your screen and using the arrow keys is a little bit faster than hitting space bar.
Joined: Aug 2010
Posts: 61
Thanks:
0
It's not impossible, I think, to write an app that would pre-empt presses of the Caps Lock key to switch input modes (that's how Kotoeri does it).
I don't have time this weekend to look at that, but I'd like a similar app for switching between Korean/Japanese/Dvorak, so if I find the time to knock it out I'll update this thread (and the Software Tools thread for good measure).
Joined: Feb 2012
Posts: 68
Thanks:
0
The button you`re talking about is standard on all Japanese keyboards, Mac or otherwise. I think if you want that you`re going to need to invest in a Chinese keyboard or maybe a custom app might work, I don`t know.
The button is unfortunately not Mac exclusive and doesn`t pertain so much to the Mac software as all input software on both Mac and Windows OS systems. I`ve an American Mac and unfortunately I have to do what you do for Chinese when I want to switch to Japanese. I wouldn`t mind a similar app myself as it is quite a pain in the hole.
Edit: typo
Edited: 2012-06-20, 4:19 am
Joined: Feb 2012
Posts: 68
Thanks:
0
You`d have to find the driver file for the keyboard and then find out how to edit that. I`m assuming you can do it on XCode, but I have no skills on this front.
My brother might be up for the challenge. He runs a Macbook himself so I`ll ask him.
Joined: Nov 2005
Posts: 269
Thanks:
0
i also regularly have to cycle through 4 different keyboard layouts and it's a pain to not have have a single shortcut for each one. it might be possible using a keyboard shortcut program together with applescripts.
Joined: Mar 2006
Posts: 324
Thanks:
3
Same on iPhone/Pad if you happen to use the keyboard for different languages…
Joined: Jul 2008
Posts: 702
Thanks:
0
This should be a fairly simple program to write if it's only for OS X. Attempting it now...
Joined: Aug 2010
Posts: 61
Thanks:
0
How specific are you wanting to get? Do you want to be able to hit something weird like CapsLock or Command...or is it fine to hit things like F1-F12, and Command+1 and the like?
Joined: Oct 2008
Posts: 252
Thanks:
0
Thanks man! You'll be making my dream come true!
Can't wait until it's done!! <3