| Author |
Message |
Topic: double keyboard press hotkey |
Deller
Replies: 4
Views: 133
|
Forum: Ask for Help Posted: Tue Jul 12, 2011 5:58 pm Subject: double keyboard press hotkey |
solved it
apparently you cant copy or paste while lbutton is down (physically, you can)
which is why
~lbutton & xbutton2::send, ^v
doesnt work
this
a UP::
KeyWait, a ... |
Topic: double keyboard press hotkey |
Deller
Replies: 4
Views: 133
|
Forum: Ask for Help Posted: Tue Jul 12, 2011 5:08 pm Subject: double keyboard press hotkey |
for lbutton and xbutton, the behavior has not changed.
any other way to do this?
double click works, but it also triggers on timeout if the second A was not pressed |
Topic: double keyboard press hotkey |
Deller
Replies: 4
Views: 133
|
Forum: Ask for Help Posted: Tue Jul 12, 2011 4:45 pm Subject: double keyboard press hotkey |
how do i make double pressing a keyboard button twice act as a hotkey?
i also need a method to do that for xbutton 1 and 2 if it changes anything
also, why doesnt
~lbutton & xbutton1: ... |
Topic: input lbutton endkey? |
Deller
Replies: 11
Views: 237
|
Forum: Ask for Help Posted: Sat Jul 09, 2011 9:28 pm Subject: input lbutton endkey? |
ah, almost
im still missing the ability to shift select if you understand what i mean.
like in a document, clicking somewhere, holding shift and clicking somewhere else and have the text in betw ... |
Topic: input lbutton endkey? |
Deller
Replies: 11
Views: 237
|
Forum: Ask for Help Posted: Sat Jul 09, 2011 9:11 pm Subject: input lbutton endkey? |
no drag though.
I solved it with a sleep, 1000 on your first script.
Thanks everyone who helped |
Topic: input lbutton endkey? |
Deller
Replies: 11
Views: 237
|
Forum: Ask for Help Posted: Sat Jul 09, 2011 7:10 pm Subject: input lbutton endkey? |
ih57452, your code is *almost* exactly what i want.
When i click on explorer on the task bar in windows 7 to switch explorer folders, it the popup dialog closes before the click is registered.
I ... |
Topic: input lbutton endkey? |
Deller
Replies: 11
Views: 237
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 11:33 pm Subject: input lbutton endkey? |
i need to get the input from the user and use lbutton as an endkey.
something like
loop
{
Input, uinput, V L100 C, {lbutton}
if uinput
{
msgbox, %uinput%
}
} ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 8:05 pm Subject: help on several loops at once |
Loop, 95
Hotkey, % "~" . Chr(31+A_Index), Count
;% (so my editor doesnt think all the file is a variable)
Pressed := 0
return
Count:
User_Input .= SubStr ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 7:37 pm Subject: help on several loops at once |
works like a charm.
Thanks!
how do i add hotkeys for
~`!@#$%^&*()_+-=|\?<>.,/{}[]"':;
? |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 7:16 pm Subject: help on several loops at once |
| i need the whole input though, i cant make 10000000000 hotkeys for every word in the english dictionary now can i? |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 6:49 pm Subject: help on several loops at once |
Thank you maul.esel, Frankie and Mickers
it works almost perfectly now
all three functions run properly
1 more thing though, lbutton doesnt count as an endkey for input.
i set it to send the vk ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 6:25 pm Subject: help on several loops at once |
dont tabs count as windows?
they should in my script at least.
im very confused.
this is my current code
only onClipboardChance works
input doesnt beep on enter, tab OR lbutton
windo ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 6:04 pm Subject: help on several loops at once |
i took out
static HSHELL_WINDOWACTIVATED := 4 ; defined in WinUser.h in the Windows SDK
if (wParam == HSHELL_WINDOWACTIVATED)
and this works:
Gui +LastFound
hWnd : ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 5:22 pm Subject: help on several loops at once |
nothing shows up or beeps at all when i run the script and change windows.
What could be the problem?
this is the current code im using
Gui +LastFound
hWnd := WinExist() ; storin ... |
Topic: help on several loops at once |
Deller
Replies: 22
Views: 317
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 4:22 pm Subject: help on several loops at once |
hmm, your code doesnt seem to work...
i am using windows 7, is this a problem? |
| |