Search found 8 matches

by calipso
Jun 3rd, ’20, 07:41
Forum: Suggestions
Topic: Can FastKeys distinguish the cursor view (state)?
Replies: 1
Views: 2759

Can FastKeys distinguish the cursor view (state)?

Can FastKeys distinguish the cursor view (state)? For example, when the cursor changes to "Text Cursor" (Carret), the "autocopy text" script was triggered. Or inserting text from the clipboard, by double-clicking with the left mouse button. With the standard cursor view, everythi...
by calipso
Feb 13th, ’20, 09:53
Forum: Suggestions
Topic: Global exclusions.
Replies: 1
Views: 3002

Global exclusions.

Found only for individual modules, but for each script or command you need to add separately. Which is very inconvenient.
Is it possible to implement the setting of global exclusion of some programs from Fastkeys?
by calipso
Nov 17th, ’19, 14:30
Forum: General Discussion
Topic: #IfWinNotActive add a few programs to exclusion
Replies: 1
Views: 755

#IfWinNotActive add a few programs to exclusion

I have code: md_treshold:=5 ;pixels ~LButton:: MouseGetPos, mdx, mdy KeyWait LButton MouseGetPos, mdx2, mdy2 if (abs(mdx2-mdx)>md_treshold or abs(mdy2-mdy)>md_treshold) SendInput ^{vk43} ;Ctrl C return and few programs: ahk_class ThunderRT6FormDC and ahk_class Qt5QWindowIcon How to implement this?
by calipso
Nov 5th, ’19, 06:17
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2235

Re: a+b hotkey run script. Is it possible?

Tom wrote: Nov 4th, ’19, 22:50 Could you please describe your issue better? The command from your screenshot seems to be ok.
The command is working. The letter "a" is not entered from the keyboard if I need to enter text.
by calipso
Nov 4th, ’19, 12:54
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2235

Re: a+b hotkey run script. Is it possible?

Tom wrote: Jun 15th, ’19, 19:46 Double-click on a key field to define any shortcut combination according to Autohotkey syntax - in your case enter
a & b
If you enter text, the letter "a" is not printed. Can this be corrected?
by calipso
Jun 15th, ’19, 13:36
Forum: Suggestions
Topic: Text Expander menu position in browser.
Replies: 1
Views: 2617

Text Expander menu position in browser.

Text Expander menu position in browser like in notepad ("below the caret").

Browser:
Image
Notepad:
Image
by calipso
Jun 15th, ’19, 12:54
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2235

a+b hotkey run script. Is it possible?

Press and hold "a" key and click "b" run script.
by calipso
Nov 22nd, ’18, 19:30
Forum: User Commands and Scripts
Topic: Right mouse button long click, show Text Expander menu
Replies: 2
Views: 6018

Right mouse button long click, show Text Expander menu

Right mouse button long click, show my Text Expander menu, like this:
Image