Search found 134 matches

by reluct
14 Jan 2021, 17:18
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Re: Hold Shift

I added this script to another ahk file and used #Include in the main file. But the script doesn't work as well.Isolating the code didn't help.

Code: Select all

+w::
SoundBeep, 900, 30
Send {Shift up}
Return

w::
SoundBeep, 1500, 30
Send {Shift down}
Return
by reluct
13 Jan 2021, 10:14
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Re: Hold Shift

BoBo wrote:
13 Jan 2021, 10:09
reluct wrote:
13 Jan 2021, 09:09
Bro, are you fucking with me? Dont plz.
:eh: :think: (... away, checking how to ban an account if appropriate)
You've been so helpful all this time THANK YOU FOR THE ANSWER! :D
by reluct
13 Jan 2021, 09:09
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Re: Hold Shift

Bro, are you fucking with me? Dont plz.
by reluct
13 Jan 2021, 02:01
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Re: Hold Shift

I don’t know, it’s impossible to isolate this shit. :crazy:
by reluct
12 Jan 2021, 13:29
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Re: Hold Shift

The script I found on Google does not work at all. Your script works well until I assign directives to the same button. SetTitleMatchMode, 2 #IfWinActive ahk_exe GoldenDict.exe Numpad4:: If A_Cursor=Unknown ; ;The hand-shaped cursors (pointing and grabbing) are classified as Unknown { Send, {sc1D Do...
by reluct
12 Jan 2021, 12:41
Forum: Ask for Help (v1)
Topic: Hold Shift
Replies: 10
Views: 789

Hold Shift

I'm looking for a script that toggles the shift up and down. Something like this

Code: Select all

w::
Sleep, 1000
Send, {Shift down}
KeyWait, w
Send, {Shift up}
return
by reluct
12 Jan 2021, 01:43
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Сurrently it works :headwall:
At least I now know the difference between WinHide and WinMinimize. :D
by reluct
12 Jan 2021, 00:49
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

However in my case Winhide ahk_exe chrome.exe closes the window.
When i use Winhide, Mozilla Firefox it works well. Although my browser is not Mozilla Firefox.
by reluct
11 Jan 2021, 23:22
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Winhide ahk_exe chrome.exe closes the window instead of being minimized. #IfWinActive Quizlet ahk_exe chrome.exe Numpad4:: Sleep 250 Send {LCtrl Down}{LShift Down}{LAlt Down}{LWin Down}{scB}{LCtrl Up}{LShift Up}{LAlt Up}{LWin Up} sleep 2000 Send {LCtrl Down}{LShift Down}{LAlt Down}{LWin Down}{scB}{...
by reluct
11 Jan 2021, 14:08
Forum: Ask for Help (v1)
Topic: SHIFT does not appear to work for NumPad hotkeys
Replies: 15
Views: 682

Re: SHIFT does not appear to work for hotkeys

Hold the shift on Numpad1, and cancel the hold on it. I was looking for a script like this.
by reluct
11 Jan 2021, 13:05
Forum: Ask for Help (v1)
Topic: SHIFT does not appear to work for NumPad hotkeys
Replies: 15
Views: 682

Re: SHIFT does not appear to work for hotkeys

I got 1 and x but not Shift. :(
by reluct
11 Jan 2021, 10:02
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Ok finally I got it. Thank you.
by reluct
11 Jan 2021, 08:19
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Ok then how does sc52 prevents the work of the SetTitleMatchMode 2 if it stops working after the Return?
by reluct
11 Jan 2021, 07:56
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

But for me the question remains how does sc52 affect #IfWinActive Quizlet ahk_exe chrome.exe
Numpad4::
if it stops executing after Return?
by reluct
11 Jan 2021, 07:26
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

But I don't need SetTitleMatchmode, 2 to run the first hotkey routine (sc52 ::; Numpad0 = NumpadIns) and this block works fine. So I added it after. This part works well too. SetTitleMatchMode, 2 #IfWinActive ahk_exe GoldenDict.exe Numpad4:: If A_Cursor=Unknown ; ;The hand-shaped cursors (pointing a...
by reluct
10 Jan 2021, 23:39
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

I absolutely don't understand the problem with the hotkey subroutine for the sc52 key - and its closing return at line 115
by reluct
10 Jan 2021, 22:22
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

I don't know why SetTitleMatchMode, 2 is such a non-tolerant command. Why does it stop working. How does the function at the top of the script prevent it? ; ====================== Functions ========================= ControlClick2(X, Y, WinTitle="", WinText="", ExcludeTitle="", ExcludeText="") { hwnd...
by reluct
10 Jan 2021, 11:54
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Thanks, I think now is the time to practice.
by reluct
10 Jan 2021, 11:04
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

It is very difficult to understand these rules. The documentation is so sparse.
by reluct
10 Jan 2021, 10:46
Forum: Ask for Help (v1)
Topic: SetTitleMatchMode not working Topic is solved
Replies: 60
Views: 2411

Re: SetTitleMatchMode not working Topic is solved

Code: Select all

#IfWinActive Quizlet ahk_exe chrome.exe
Two Wintitles in one.

Go to advanced search