Search found 24 matches

by kocelac205
06 Dec 2021, 12:13
Forum: Ask for Help (v1)
Topic: open url from clipboard in potplayer
Replies: 8
Views: 1312

Re: open url from clipboard in potplayer

This worked for me. #IfWinExist ahk_class PotPlayer64 ahk_exe PotPlayerMini64.exe F3:: ControlFocus ControlSend,, {Space} Return #IfWinExist this code works only if the potplayer window is the active one...i tried the following with controlfocus but it didnt do anything #IfWinExist ahk_class PotPla...
by kocelac205
06 Dec 2021, 11:18
Forum: Ask for Help (v1)
Topic: open url from clipboard in potplayer
Replies: 8
Views: 1312

Re: open url from clipboard in potplayer

i did go through a few posts regarding this issueapparently using controlfocus and then followed by contolsend seems to be a solution..but i am not exactly sure how to retrieve the window id of the opened potplayer window(there are multiple potplayer windows open in the background)...i thot winget a...
by kocelac205
06 Dec 2021, 10:17
Forum: Ask for Help (v1)
Topic: open url from clipboard in potplayer
Replies: 8
Views: 1312

Re: open url from clipboard in potplayer

mikeyww wrote:
24 Oct 2021, 09:30
You could just use the command line.

Code: Select all

Run, %ProgramFiles%\DAUM\PotPlayer\PotPlayerMini64.exe %Clipboard%
sry for bringing this old post back up but wud it be possible to Controlsend keystrokes after getting the id of the window using winget??
by kocelac205
29 Nov 2021, 21:34
Forum: Ask for Help (v1)
Topic: screen corner and edge functions Topic is solved
Replies: 10
Views: 1327

Re: screen corner and edge functions Topic is solved

thank you...this code works flawlessly
by kocelac205
29 Nov 2021, 12:39
Forum: Ask for Help (v1)
Topic: screen corner and edge functions Topic is solved
Replies: 10
Views: 1327

Re: screen corner and edge functions Topic is solved

sry for not being cear abt the purpose...let me list the desired effects top left corner left button click - task view menu top right corner - no function bottom right corner mouse position - win+d bottom left corner mouse position - windows button left edge scroll - volume change right edge scroll ...
by kocelac205
29 Nov 2021, 12:13
Forum: Ask for Help (v1)
Topic: screen corner and edge functions Topic is solved
Replies: 10
Views: 1327

Re: screen corner and edge functions Topic is solved

i wud like to have the flexibility to have both button press and jus position based trigger...is using getkeystate the followin way the right way to use it? #Persistent GetKeyState, LState, LButton SetTimer, Check, 200 Check: last := corner, corner := corner() If (corner && corner != last && corner ...
by kocelac205
29 Nov 2021, 11:06
Forum: Ask for Help (v1)
Topic: screen corner and edge functions Topic is solved
Replies: 10
Views: 1327

screen corner and edge functions Topic is solved

i am trying to modify the script from this post.. ;------------------------------------------------------------------------------- #If isMousePos("TopRight") ; context for the following hotkeys ;------------------------------------------------------------------------------- WheelUp:: SendInput, {Vol...
by kocelac205
28 Nov 2021, 13:45
Forum: Ask for Help (v1)
Topic: Cycle through windows of all open applications Topic is solved
Replies: 14
Views: 3412

Re: Cycle through windows of all open applications Topic is solved

is there an alternative way to get window titles??the code posted above cycles through lot of stuff including rainmeter skins tht i have on desktop..
i apologize for all the hassle
by kocelac205
28 Nov 2021, 12:32
Forum: Ask for Help (v1)
Topic: Cycle through windows of all open applications Topic is solved
Replies: 14
Views: 3412

Re: Cycle through windows of all open applications Topic is solved

thank you for the script showing all the window names...i am not sure wht the issue is..maybe its some bug in collecting window names..ill try to explain wht happened in my case..i had 5 windows open brave browser, notepad++,file explorer, internet download manager, potplayer.. the first time the sc...
by kocelac205
28 Nov 2021, 10:38
Forum: Ask for Help (v1)
Topic: Cycle through windows of all open applications Topic is solved
Replies: 14
Views: 3412

Re: Cycle through windows of all open applications Topic is solved

i tried the above script with 4 windows open...after cycling through all the tabs once only 2 windows got cycled through in the next cycle...if i restart the script again it cycles through all the tabs in the first cycle but if you try to continue to cycle again only 2 of the 4 gets cycled..is this ...
by kocelac205
27 Nov 2021, 05:36
Forum: Ask for Help (v1)
Topic: Cycle through windows of all open applications Topic is solved
Replies: 14
Views: 3412

Re: Cycle through windows of all open applications Topic is solved

thank you..would it be possible to cycle through it in the reverse order also??
by kocelac205
26 Nov 2021, 13:34
Forum: Ask for Help (v1)
Topic: Cycle through windows of all open applications Topic is solved
Replies: 14
Views: 3412

Cycle through windows of all open applications Topic is solved

there are a couple of keyboard shortcuts tht allows you to do this alt+tab and win+tab opens up the task view like page from where you can select the desired window alt+esc lets you cycle through all the open windows..but this ignores minimized windows i want to able to cycle through windows irrespe...
by kocelac205
26 Nov 2021, 13:00
Forum: Ask for Help (v1)
Topic: grab data from dialog box Topic is solved
Replies: 2
Views: 511

Re: grab data from dialog box Topic is solved

thank you..thts exactly wht i wanted
by kocelac205
26 Nov 2021, 10:05
Forum: Ask for Help (v1)
Topic: grab data from dialog box Topic is solved
Replies: 2
Views: 511

grab data from dialog box Topic is solved

i am trying to extract the download link from idm download dialog box so tht i can forward it to my download server on another computer https://imgur.com/WfJ0rSd i am not really sure how to use autohotkey for this...also idk if this matters but the area with download link does not support keyboard s...
by kocelac205
24 Oct 2021, 10:24
Forum: Ask for Help (v1)
Topic: open url from clipboard in potplayer
Replies: 8
Views: 1312

Re: open url from clipboard in potplayer

this is exactly the kind of solution tht i was looking for ..thank you
by kocelac205
24 Oct 2021, 07:27
Forum: Ask for Help (v1)
Topic: open url from clipboard in potplayer
Replies: 8
Views: 1312

open url from clipboard in potplayer

ryt now my method involves opening potplayer press shortcut for opening window for inserting url (in my case its ctrl+z) paste url press enter Run C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe WinWaitActive, PotPlayer ahk_class PotPlayer64 Send, {LControl Down} Sleep, 47 Send, {z} Send, {LCont...
by kocelac205
23 Jul 2021, 22:28
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 325
Views: 115356

Re: MouseGestureL

is it possible to assign a long press of a button to various tasks?? came across a neat little script in the forum called Increased functionality of buttons which lets u assign different actions depending on a long press and a very long press..of course a normal press wud jus pass through as a norm...
by kocelac205
12 Jul 2021, 20:55
Forum: Ask for Help (v1)
Topic: search selected text in a background tab
Replies: 2
Views: 262

Re: search selected text in a background tab

Have you thought of directly downloading the page (see urldownloadtofile - in the examples you also have code that directly downloads a page to a variable.) without using a browser? i think i may have been a little bit vague..wht i want is the google search results..downloading the webpage is not n...
by kocelac205
12 Jul 2021, 12:32
Forum: Ask for Help (v1)
Topic: search selected text in a background tab
Replies: 2
Views: 262

search selected text in a background tab

i have seen a lot of chrome extensions tht can do this..i am assuming its using somekind of javascript.. im hoping to use a keyboard shortcut which will copy the selected text, go to address bar, and paste and run the script which will search the selected text in a background tab but i am having tro...
by kocelac205
11 Jul 2021, 07:11
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 325
Views: 115356

Re: MouseGestureL

@Sleatness, If you use Chrome, assign the action "Send, ^{LButton}" to the gesture for background and "Send, ^+{LButton}" for foreground. can this be edited in any way to search selected text in google in a background and foreground tab also wud it be possible to distinguish between text and hyperl...

Go to advanced search