Search found 19 matches

by vincentt
Oct 21st, ’21, 03:02
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

hey,

It is the correct code.

```
#if WinActive("ahk_class Chrome_WidgetWin_1")
!F4::
Send {LCtrl down}w{LCtrl up}
return

```
by vincentt
Oct 17th, ’21, 04:15
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

Can you post your working AutoHotkey script you want to replicate? Hi Marko, Sure, sorry for the late reply. This is the code for autohotkey. Currently, I have deactivated the shortcut function on FastKeys due to inconsistency. ``` WinActive("ahk_class" Chrome_WidgetWin) !F4:: Send {LCtrl...
by vincentt
Oct 5th, ’21, 02:36
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

Can you please give me an example? Sorry for the late reply. Here's my setup, I have tried to close the browser tab by "Alt + F4". By default, it kills the browser and closes everything. Occasionally, it will close the browser instead of the browser tab. Then, I tried to apply the "p...
by vincentt
Sep 21st, ’21, 06:04
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

I noticed that the active window is not stable. Sometimes, the shortcut cannot detect the active windows. I have opened the fast key and save it again. However, I don't have this problem by using the autohotkey script directly. I'm using the latest version (portable and desktop) both have the same p...
by vincentt
Sep 7th, ’21, 16:00
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

Thanks! It works pretty well.
by vincentt
Sep 5th, ’21, 11:28
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

Re: More than one Shortcut

Thanks for the tips. How to set for the multi-windows? I have tried , ; | and all cannot work. Hi, Yes it's possible if you target shortcut to certain window: In Shortcuts , click More Options and then add windows title in Window When you activate the target window, the shortcut of this window is se...
by vincentt
Aug 27th, ’21, 09:42
Forum: Suggestions
Topic: More than one Shortcut
Replies: 10
Views: 3487

More than one Shortcut

Hi,

Is it possible more than one shortcut hotkey.

Because I have the same shortcut hotkey for different active windows.

It pops up the duplicate entry when saving.

Cheers,
Vincent
by vincentt
Jul 15th, ’21, 13:04
Forum: General Discussion
Topic: Comma in String - Autocomplete
Replies: 2
Views: 5248

Re: Comma in String - Autocomplete

Thanks!
by vincentt
Jul 14th, ’21, 05:34
Forum: General Discussion
Topic: Comma in String - Autocomplete
Replies: 2
Views: 5248

Comma in String - Autocomplete

Hi,

Can I set the comma in the string for Autocomplete module?

As I set it ",account", I put the comma in front of the string. After saving, the software hangs and end-task itself.

Cheers,
Vincent
by vincentt
May 22nd, ’21, 09:19
Forum: Suggestions
Topic: Pop up Screen
Replies: 5
Views: 8405

Re: Pop up Screen

hi marko,

I have tried to search the sample but unable to find the relevant solution.

Do you mind sharing a sample for me?

Cheers.