Search found 116 matches

by anhnha
15 Aug 2018, 13:06
Forum: Ask for Help (v1)
Topic: ImageSearch problem with IME
Replies: 4
Views: 935

ImageSearch problem with IME

I am using ImageSearch to detect the typing mode for Hangul or English.
Please look at the image below for the problem description. Hope someone can help me out!

Image
by anhnha
15 Aug 2018, 12:39
Forum: Ask for Help (v1)
Topic: use function keys F1 and F2 with autohotkey
Replies: 2
Views: 542

use function keys F1 and F2 with autohotkey

I am using Dell inspiron n4010. I would like to use function keys F1 and F2 for my autohotkey but unfortunately it is already used for projector and wifi. I don't really need these functions now so how can I disable function keys and use it for my autohotkey project?
by anhnha
15 Aug 2018, 09:39
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

Well, it works now. You are an expert on this!
by anhnha
15 Aug 2018, 09:03
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

I want to send two keys at the same time ctrl + shift but it doesn't work:

Code: Select all

sendinput, {vkA2} {vkA0}
by anhnha
15 Aug 2018, 08:49
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

I created one but no one answers so far...
Could you help me out? It is a small program to type Vietnamese.
Just press ctrl + shift or alt + z depending on the setting to toggle between Vietnamese and English.
https://autohotkey.com/boards/viewtopic ... 57#p233257
by anhnha
15 Aug 2018, 08:20
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

Yes, I have another problems with unikey, is there any way to know its current state (E: English mode or V: Vietnamese mode)?

Image

I used this software from the page for typing Vietnamese: http://unikey.vn/vietnam/
by anhnha
15 Aug 2018, 08:08
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

Current this code only works if the cursor is put at a text box. Outside of a textbox IME Hangul/English is disable so it doesn't work.
How to make this toggle work everywhere even outside of a textbox?
by anhnha
15 Aug 2018, 07:44
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

wow, it work. Could you explain how it work?
by anhnha
15 Aug 2018, 07:08
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Re: Hangul/English toggle with right Alt key Topic is solved

pro100andrik94 wrote:Maybe try

Code: Select all

Sendinput, {RAlt}
Still nothing happens...
by anhnha
15 Aug 2018, 02:51
Forum: Ask for Help (v1)
Topic: Hangul/English toggle with right Alt key Topic is solved
Replies: 13
Views: 4448

Hangul/English toggle with right Alt key Topic is solved

I am trying to write a simple code to toggle between Hangul/English in Korean Microsoft IME. Normally to toggle this I just press the right Alt key. However, when I write a code as below nothing happens. Can anyone help me out? Send, {RAlt Down}{RAlt Up} https://autohotkey.com/boards/download/file.p...
by anhnha
13 Aug 2018, 02:42
Forum: Ask for Help (v1)
Topic: IE.ahk is already expired
Replies: 3
Views: 455

Re: IE.ahk is already expired

Can you tell me how to make the code work again with COM?
by anhnha
13 Aug 2018, 02:11
Forum: Ask for Help (v1)
Topic: IE.ahk is already expired
Replies: 3
Views: 455

Re: IE.ahk is already expired

Any idea?
by anhnha
12 Aug 2018, 03:22
Forum: Ask for Help (v1)
Topic: Check status of a program with autohotkey
Replies: 1
Views: 1124

Check status of a program with autohotkey

I am having some troublesome as switchinging to type Vietnamese, English and Korean frequently. I usually have to swich between these languages regularly. Unfortunately, with Windows Pro 10 there is no TELEX mode for Vietnamese so I had to install Unikey to type Vietnamese in TELEX mode. So here is ...
by anhnha
10 Aug 2018, 01:08
Forum: Ask for Help (v1)
Topic: IE.ahk is already expired
Replies: 3
Views: 455

IE.ahk is already expired

I am new to autohotkey. I would like to run the code in the link below however I couldn't find IE.ahk anymore as it already expired.

https://autohotkey.com/board/topic/3859 ... ere/page-1

Could anyone help me to make it run?
by anhnha
08 Aug 2018, 13:08
Forum: Ask for Help (v1)
Topic: Make customized dictionary
Replies: 2
Views: 899

Re: Make customized dictionary

Thank you very much. I have just tried your code. I think it is really similar to Google Translate chrome extension. However, I would like to use a dictionary instead of Google Translate because I want to see the definition of a word. So is it possible to change the code to meet this requirement? 1....
by anhnha
08 Aug 2018, 03:06
Forum: Ask for Help (v1)
Topic: Make customized dictionary
Replies: 2
Views: 899

Make customized dictionary

Dear all, I am very new to autohotkey. I have just known it for about one week. I installed and just did a few test. My motivation to use Autohotkey is to write a customized dictionary for my Korean study. Below is what I would like to do, hope someone can help and guide me in the right direction. C...

Go to advanced search