Search found 50 matches

by leo007
18 Jan 2020, 07:59
Forum: Ask for Help (v1)
Topic: #If WinActive() shorthand? Topic is solved
Replies: 9
Views: 1752

Re: #If WinActive() shorthand? Topic is solved

blad4 , boiler , Xtra , Helgef Thank you all guy for great scripts and valued explanation. I learned by all of your examples thing I haven't know before. in this particular case the most minimal script I guess would be out of Helgef example setTitleMatchMode regex #ifwinactive ahk_exe (notepad|note...
by leo007
18 Jan 2020, 05:17
Forum: Ask for Help (v1)
Topic: #If WinActive() shorthand? Topic is solved
Replies: 9
Views: 1752

Re: #If WinActive() shorthand? Topic is solved

blad4 Thanks for your Reply yes its look exactly as I wanted it but of some reason it doesn't trigger anything. could you please check if all the syntax is correct please modified script SetTitleMatchMode, REGEX #IfWinActive "ahk_exe chrome.exe")|("ahk_exe firefox.exe") $!LButton:: ; SELECT FULL TE...
by leo007
18 Jan 2020, 04:30
Forum: Ask for Help (v1)
Topic: #If WinActive() shorthand? Topic is solved
Replies: 9
Views: 1752

#If WinActive() shorthand? Topic is solved

Hi Everyone, I got follow script to select full line depending on activity. #If WinActive("ahk_exe notepad.exe") OR WinActive("ahk_exe notepad++.exe") OR WinActive("ahk_exe Code.exe") OR WinActive("ahk_exe studio64.exe") OR WinActive("ahk_exe idea64.exe") OR WinActive("- OneNote ahk_class Applicatio...
by leo007
15 Jan 2020, 12:01
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

as before every site get triggered with relative title beside notion.

thank you very much for willing to help
by leo007
15 Jan 2020, 11:13
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

the same as before. #IfWinActive Notion !h:: msgbox Notion is Active return but I notice something interesting while reloading before page was fully loaded the key get triggered and working correctly until the page was fully loaded. which means syntax "Notion" is right but something \ process when n...
by leo007
15 Jan 2020, 10:08
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

telanx i absolutely agree with you, Youtube, Facebook, Google and any other webpage I tried works well for me. all beside Notion.
Maybe its some how related to the fact that its web app or any other reason
by leo007
15 Jan 2020, 08:05
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

thanks for clearout your thought. i tried it lot of time but it didn't worked before so neither now. and the strange thing is that I done simple script that I can selectively trigger youtube, google, Facebook etc... with absolutely same syntex. #IfWinActive, ahk_exe chrome.exe #if WinActive("YouTube...
by leo007
15 Jan 2020, 05:18
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

I didn't understood what you meaning. could you please share a example script
by leo007
15 Jan 2020, 03:30
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Re: Activate hotkeys in specific web page

telanx Thanks for your Reply
I tried your script by unfortunately it doesn't do nothing as mine
by leo007
15 Jan 2020, 02:20
Forum: Ask for Help (v1)
Topic: Activate hotkeys in specific web page
Replies: 13
Views: 3491

Activate hotkeys in specific web page

Hi Everyone,

I'm need help with short script.
when specific web page that starts with "www.notion.so" is open in foreground, activate hotkeys.

something like:

Code: Select all

 #ifWinActive notion

   !a::
   MsgBox, Notion is opened
   Return

 #ifWinActive
Thanks in advance
by leo007
16 Dec 2019, 12:48
Forum: Ask for Help (v1)
Topic: Help With Youtube Player Focus Script
Replies: 5
Views: 902

Re: Help With Youtube Player Focus Script

I guess I mislead you somehow or you didn't understood my situation. I absolutely agree when you saying up and down are the shortcuts to increase or decrease the volume on youtube, but maybe you have specific needs that demand you click the actual volume control the problem is neither of Up/Down won...
by leo007
16 Dec 2019, 09:28
Forum: Ask for Help (v1)
Topic: Help With Youtube Player Focus Script
Replies: 5
Views: 902

Re: Help With Youtube Player Focus Script

I made this simple script that get all controls right. but the down side is fixed hard codded screen resolution and its get triggered a bit slow because the necessary move delay. and its not automated. SetTitleMatchMode, 2 #ifWinActive YouTube !a:: MouseGetPos, x, y if(A_ScreenWidth == 1680) Click, ...
by leo007
16 Dec 2019, 08:10
Forum: Ask for Help (v1)
Topic: Help With Youtube Player Focus Script
Replies: 5
Views: 902

Re: Help With Youtube Player Focus Script

AHKStudent thanks for reply and script.
this script variation don't solve the volume focus

Code: Select all

  q:: SendInput, {Up} 
  w:: SendInput, {Down} 
because {Up} and {Down} aren't get focus to trigger a volume change
by leo007
16 Dec 2019, 06:59
Forum: Ask for Help (v1)
Topic: Help With Youtube Player Focus Script
Replies: 5
Views: 902

Help With Youtube Player Focus Script

Hi Everyone, I need help in script for chrome that focus on youtube player when youtube page get open. so that I could hit spacebar, right/left to navigation and Up/Down for volume control without having left mouse click on player itself. I made a small script that partially works, spacebar, right, ...
by leo007
10 Dec 2019, 14:11
Forum: Scripts and Functions (v1)
Topic: NotesTREE - Notes manage script
Replies: 3
Views: 2082

Re: NotesTREE - fast temporary Notes manage script

as I see the first 2 of them aren't displayed correctly.
I checked the unicode number of my emoji icons:
first is (U+1F4D2)
Second is (U+1F4C4)
I think you might fit them relatively in this case.
hope it helped

by the way I modified names and there relative variables to more efficient.
by leo007
10 Dec 2019, 13:14
Forum: Scripts and Functions (v1)
Topic: NotesTREE - Notes manage script
Replies: 3
Views: 2082

NotesTREE - Notes manage script

Hi Everyone I made a Note taking scripted that main propose is to easily store and manage temporary notes and categorize them. GUI is intuitive, minimalistic have and light style. I find it to be very useful to myself so I'm sharing it with community. my script is inspired by Jack Dunning RecipeTree...
by leo007
08 Dec 2019, 14:30
Forum: Scripts and Functions (v1)
Topic: Color Picker
Replies: 24
Views: 11696

Re: Color Picker

Hellbent beside color picker I'm very grateful to you for making great and very useful scripts that you share here and on youtube. keep this up)
by leo007
08 Dec 2019, 12:40
Forum: Scripts and Functions (v1)
Topic: Color Picker
Replies: 24
Views: 11696

Re: Color Picker

Hellbent, works fantastic much thanks
by leo007
08 Dec 2019, 10:20
Forum: Scripts and Functions (v1)
Topic: Color Picker
Replies: 24
Views: 11696

Re: Color Picker

Hellbent thanks for your great color picker.
I would like to add close button but I don't know how to achieve it using the built-in variable ""A_GuiEvent"
could you please post here this optional addon script?

Go to advanced search