| Author |
Message |
Topic: display pdf in tooltip |
azure
Replies: 8
Views: 139
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 2:15 pm Subject: display pdf in tooltip |
And he asks in a "ToolTip"...
It means : extract the text from the PDF...
no, I mean to show the first page of the pdf when I hover over that area |
Topic: IfContextMenuExist |
azure
Replies: 1
Views: 41
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 1:25 pm Subject: IfContextMenuExist |
hello!
is there a way to express the "when a context menu appears"? any context menu or a specific context menu
thanks! |
Topic: display pdf in tooltip |
azure
Replies: 8
Views: 139
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 11:16 am Subject: display pdf in tooltip |
hello!
when I hover over an area, in the tooltip, the path of a pdf file is displayed
can I display the actual first page of that pdf in the tooltip?
thanks! |
Topic: "Pause/Break" key |
azure
Replies: 1
Views: 42
|
Forum: Ask for Help Posted: Thu Feb 09, 2012 11:09 am Subject: "Pause/Break" key |
hello!
my keyboard has a single key named "Pause/Break", how can this be written in AHK?
thanks! |
Topic: use numpad exclusively for hotkeys |
azure
Replies: 4
Views: 106
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 9:35 pm Subject: use numpad exclusively for hotkeys |
| thanks, how do I get that SC### list? |
Topic: indicate when send process has completed |
azure
Replies: 4
Views: 68
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 3:41 pm Subject: Re: indicate when send process has completed |
hello!
I want to make AHK realize when a "send {UP 50}" has finished, when the 50th UP has been send
how do I do that?
thanks
Some flag after the command?
an example? |
Topic: indicate when send process has completed |
azure
Replies: 4
Views: 68
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 3:30 pm Subject: indicate when send process has completed |
hello!
I want to make AHK realize when a "send {UP 50}" has finished, when the 50th UP has been send
how do I do that?
thanks |
Topic: click control difficulties |
azure
Replies: 1
Views: 50
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 12:52 pm Subject: click control difficulties |
hello!
how can I send a click to a control that has no specific class, text, color and that its coordinates vary ?
I can move the focus to that control (with the appropriate number of TAB keys), ... |
Topic: hide windows |
azure
Replies: 1
Views: 56
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 11:24 am Subject: hide windows |
hello!
I wrote this script to automate the scanning workflow:
#Persistent
WinWait, Scan to PDF ahk_class #32770
WinActivate, Scan to PDF ahk_class #32770
ControlFocus, Button1, Scan to PDF ... |
Topic: use numpad exclusively for hotkeys |
azure
Replies: 4
Views: 106
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 10:30 am Subject: use numpad exclusively for hotkeys |
hello!
I almost never use numpad, so I consider turning it into a bunch hotkeys
how can I completely block its use and always activate only the ahk hotkeys assigned to its keys?
thanks! |
Topic: dropdown menu workaround |
azure
Replies: 0
Views: 30
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 2:58 pm Subject: dropdown menu workaround |
hello
I want to assign ENTER key to some actions, but it interferes when I use it to enter a dropdown menu selection (only then, there is no other use of ENTER)
how can I workaround this? maybe ... |
Topic: if problem |
azure
Replies: 5
Views: 101
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 2:55 pm Subject: if problem |
I fix it!
FWIMC, the problem was the "Send !ε" (it didnt work when switching keyboard layouts) |
Topic: PrintScreen hotkey doesnt work |
azure
Replies: 3
Views: 51
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 2:27 pm Subject: PrintScreen hotkey doesnt work |
#IfWinActive ahk_class someClass
PrintScreen::
; commands
thanks but I already use that |
Topic: WinSend |
azure
Replies: 1
Views: 31
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 2:26 pm Subject: WinSend |
hello!
I am looking for a command WinSend, similar to ControlSend, that will send keys or clicks to a window (not in a specific control of it), without having to activate that window
any idea?
... |
Topic: PrintScreen hotkey doesnt work |
azure
Replies: 3
Views: 51
|
Forum: Ask for Help Posted: Tue Feb 07, 2012 1:32 pm Subject: PrintScreen hotkey doesnt work |
hello!
I try to write this script:
#IfWinActive someclass
PrintScreen::
commands....
but it keeps taking screenshot!
any idea?
thanks |
| |