| Author |
Message |
Forum: Support Topic: Trouble with keyboard layout change (script) |
| Laudrin |
|
Posted: June 24th, 2006, 10:53 pm
|
|
Replies: 32 Views: 4073
|
Addition: I'm note sure anymore, if
ImmSetConversionStatus is the right function to call for changing the IME mode. Is this what I'm looking for? If yes, how do I call it with Autohotkey?
Thanks in advance,
Laudrin |
|
 |
Forum: Support Topic: Trouble with keyboard layout change (script) |
| Laudrin |
|
Posted: June 24th, 2006, 10:14 pm
|
|
Replies: 32 Views: 4073
|
| Thank you wOxxOm and Roussi Nikolov. The SendMessage command made the code smaller, but changing to hiragana input still won't work. :( Before using what wOxxOm suggested, I specified the DLL file ("imm32\ImmSetConversionStatus"). Futhermore I have two questions: - is it necessary to enclo... |
|
 |
Forum: Support Topic: Trouble with keyboard layout change (script) |
| Laudrin |
|
Posted: June 24th, 2006, 6:23 pm
|
|
Replies: 32 Views: 4073
|
| Hi everyone, I could use LoadKeyboardLayout in one of my scripts, so thank you very much for the hint! It's more sophisticated then my previous solution, when I used key combinations to change the layout from German to Japanese and back. But I can't figure out how to change the IME mode with DllCall... |
|
 |
Forum: Support Topic: A script question for google search for firefox |
| Laudrin |
|
Posted: November 12th, 2005, 12:55 pm
|
|
Replies: 3 Views: 1942
|
Quote: You are so beautiful. I can kiss you now
Thanks.
Well, I take the kiss in consideration, should you be female and good-looking.
Regards,
Laudrin |
|
 |
Forum: Support Topic: A script question for google search for firefox |
| Laudrin |
|
Posted: November 12th, 2005, 12:13 pm
|
|
Replies: 3 Views: 1942
|
| Hi studentguru, you forgot the &as_epq: Run,http://www.google.com/search?as_q=&num=100&complete=1&hl=en &as_epq =%Changed1%&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=lang_en&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sites... |
|
 |
Forum: Support Topic: How to get IME-mode (e.g. IME for Japanese) |
| Laudrin |
|
Posted: November 11th, 2005, 12:44 pm
|
|
Replies: 2 Views: 2688
|
| Hi shimanov, * What version of Windows are you using? Windows XP Home SP2 * What input languages (all) are you using? Only German (Germany) and Japanese. * What keyboard layouts/IME methods (all) are you using? German, Japanese (Microsoft IME Standard 2002 ver. 8.1, Microsoft Natural Input 2002 ver.... |
|
 |
Forum: Support Topic: keyboard buffer during hotstrings? |
| Laudrin |
|
Posted: November 11th, 2005, 12:15 am
|
|
Replies: 27 Views: 2537
|
| At the moment, I'm writing my thesis (Staatsexamen). So there's little time for me to try out any scripts or write in the forum. Even if it's hard because there are lots of old and new interesing scripts... From wednesday on, after I handed in my work, I will try to implement your buffered send solu... |
|
 |
Forum: Support Topic: How to get IME-mode (e.g. IME for Japanese) |
| Laudrin |
|
Posted: November 10th, 2005, 10:16 pm
|
|
Replies: 2 Views: 2688
|
| Hi, is there a way to get the status of the Windows-IME (Input Method Editor)? When I switch between German and Japanese, I have to switch to the IME for Japanese and then - if not active - to japanese character input. I wrote a script to switch languages and exchange y and z (German keyboard layout... |
|
 |
Forum: Support Topic: keyboard buffer during hotstrings? |
| Laudrin |
|
Posted: November 10th, 2005, 10:02 pm
|
|
Replies: 27 Views: 2537
|
Hi shimanov,
thank you!
I don't understand your script yet, but I'll give it a try!
Regards,
Laudrin |
|
 |
Forum: Support Topic: select files |
| Laudrin |
|
Posted: November 8th, 2005, 9:12 am
|
|
Replies: 6 Views: 748
|
| Hi minh, do you have to use the Windows Explorer? I you use e.g. freeCommander ( http://www.freecommander.com/ ) you can select files easily via AutoHotkey: filemask = data?.* IfWinActive, ahk_class TfcForm send, {NumpadAdd}%filemask%{enter} Regards, Laudrin |
|
 |
Forum: Support Topic: Window losing focus and never getting it back |
| Laudrin |
|
Posted: November 8th, 2005, 9:01 am
|
|
Replies: 9 Views: 1108
|
| Can Chris read my mind? AGU and I already assumed that Chris has this feature on his todo list ( http://www.autohotkey.com/forum/viewtopic.php?t=6225 ). :wink: I'm glad to hear that it seems to be in the beta phase. I'm looking forward to the release! :D Regards, Laudrin |
|
 |
Forum: Support Topic: Shortcut for www.(site).co.uk |
| Laudrin |
|
Posted: November 7th, 2005, 10:08 pm
|
|
Replies: 20 Views: 1870
|
Wow, short and nice.
I just took a look at my IE. Its Alt+s for the adress bar there (maybe depending on the IE version). Just change the !d in Laszlos code to !s then. |
|
 |
Forum: Support Topic: Shortcut for www.(site).co.uk |
| Laudrin |
|
Posted: November 7th, 2005, 8:03 pm
|
|
Replies: 20 Views: 1870
|
| Hi, try this code: ^Return:: SetTitleMatchMode, 2 IfWinActive, Internet Explorer { send, !d send, ^x clipboard = www.%clipboard%.co.uk send, ^v send, {return} } else send, ^{return} return Perhaps you'll have to alter the code if you use another browser or your browser ... |
|
 |
Forum: Support Topic: Gui position |
| Laudrin |
|
Posted: November 7th, 2005, 2:15 pm
|
|
Replies: 5 Views: 739
|
Nice AGU,
now I learned something from this thread, too.
Regards,
Laudrin |
|
 |
Forum: Support Topic: Gui position |
| Laudrin |
|
Posted: November 7th, 2005, 1:46 pm
|
|
Replies: 5 Views: 739
|
| Hi Nuwan, as far as I know, you have to retrieve the screen resoultion with SysGet and then use Gui, Show, Xy Xn... Take a look at http://www.autohotkey.com/docs/commands/SysGet.htm and http://www.autohotkey.com/docs/commands/Gui.htm#Show . Regards, Laudrin |
|
 |
| Sort by: |