Search found 21 matches

by parth1
02 Oct 2022, 00:19
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204778

Re: [Script] KeypressOSD - Display key press on screen

although it is not exactly about keypreesosd but i think you guys can help me on . i am trying to combine fullstop {.} with rshift key so i want to detect any keypress expect space . it will increasing your typing speed by lots so please help me out . i am at final stage my script is working but it ...
by parth1
01 Oct 2022, 23:07
Forum: Ask for Help (v1)
Topic: this can increase your typing speed. please help because ahk is not working as intend
Replies: 1
Views: 389

this can increase your typing speed. please help because ahk is not working as intend

if you find solution then i will give you money i want to combine rshift with full stop(.) {.} pressed and released full stop without any key press then send {.} {.} pressed , then press {a} , then {.} released ( here {a} is pressed ) so {.} will be not send and after pressing ------ before releasin...
by parth1
03 Mar 2022, 05:18
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

i do not understand it but if it is help for you then here it is The source list for the Content Security Policy directive 'script-src' contains an invalid source: 'sha256-Z5wh7XXSBR1+mTxLSPFhywCZJt77+uP1GikAgPIsu2s='. It will be ignored. DevTools failed to load source map: Could not load content f...
by parth1
03 Mar 2022, 04:20
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

I saw you opened task manager, but you stayed in the "Processes" tab which is kind of useless if want to see the actual processes running. You must look into the "Details" tab to see the actual processes. Sort that list by name and see if you can find a AutoHotkey.exe process or AutoCtrl_2021.12.5....
by parth1
03 Mar 2022, 02:46
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

The first video shows that Spotify keeps jumping to the next song even after you uninstalled the extension. So, it's obvious that you have something else running that's causing that. Open the task manager and make sure you don't have any AutoHotkey.exe processes running. if you watched carefully i ...
by parth1
02 Mar 2022, 23:59
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

The script assumes that your book.txt file has one song name per line. There must be no empty lines at the beginning or end. You can make it tolerant to empty lines by changing this line: var songList = fileContent.toLowerCase().split(/[\r\n]+/) To this: var songList = fileContent.toLowerCase().tri...
by parth1
01 Mar 2022, 04:24
Forum: Skripte und Funktionen
Topic: theDisliker - Spotify Song Ignoring
Replies: 7
Views: 2544

Re: theDisliker - Spotify Song Ignoring

i got this error ( #include file "Acc.Ahk" cannot be opend )
where i have to put acc.ahk
by parth1
28 Feb 2022, 07:26
Forum: Skripte und Funktionen
Topic: theDisliker - Spotify Song Ignoring
Replies: 7
Views: 2544

Re: theDisliker - Spotify Song Ignoring

i want to use it with edge , should i just replace chrome with edge and what is this ( https://github.com/Drugoy/Autohotkey-scripts-.ahk/blob/master/Libraries/Acc.ahk )
by parth1
28 Feb 2022, 07:15
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

The script assumes that your book.txt file has one song name per line. There must be no empty lines at the beginning or end. You can make it tolerant to empty lines by changing this line: var songList = fileContent.toLowerCase().split(/[\r\n]+/) To this: var songList = fileContent.toLowerCase().tri...
by parth1
22 Feb 2022, 07:29
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

BoBo wrote:
21 Feb 2022, 11:23

* or do you mean AHK's {Media Next} {Media ... :eh: ?
yes
code look like = send, {Media Next}
by parth1
22 Feb 2022, 07:27
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

@Getfree
bro i have to give exam in week so i am not able to test any scrip
by parth1
21 Feb 2022, 10:44
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

Mission accomplished (sort of): https://www.autohotkey.com/boards/viewtopic.php?f=10&t=100506&p=446327#p446327 :shh: @parth1 @Getfree, so you are using the browser based web player (while Spotify is annoying me using a Desktop app instead of the browser). So for which of them you wanna use the scri...
by parth1
21 Feb 2022, 10:33
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

Getfree wrote:
17 Feb 2022, 13:05
Would it be possible somehow to send a keystroke to the tab without activating it?
This would allow to skip to the next song without disrupting what you are currently doing.
yes, you can send media next key
by parth1
17 Feb 2022, 13:03
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

BoBo's approach should work fine as long the the Spotify tab is active. When the title changes, send the proper keystroke to go to the next song. Though this requires that the window is focused. autocontrol extention is not working as i said because you selected url to exactly matched , set to cont...
by parth1
17 Feb 2022, 09:46
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

I don't think your current approach is reliable because you are based on the fact that when a new song starts playing, the Chrome extension will be able to detect this if the audible state of the page changes. But this is a big IF. The audible state of a page won't necessarily change between songs....
by parth1
17 Feb 2022, 09:28
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

Getfree wrote:
17 Feb 2022, 06:50


You would need a more elaborate technique to detect that a new song begins. Something like a Javascript proxy object that detects some function call or something inside the page.
i don't know java , else why i asked someone to convert my ahk to java
by parth1
17 Feb 2022, 07:14
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

Getfree you set condition to exact match mode which will not work , use contain mode and it will work fine ( well ,i crated saprate user propfile ) set like this image.png pause is same between all song and duration is big enough to get detaced by extention mostly failure cause by not getiting id w...
by parth1
17 Feb 2022, 04:52
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

Re: hide song in spotify playlist

i want to remove coma instaded of replacing remove of comma is neassrary because spotify title has artis name seprated by comma otherwise song will skip by artis name and i don't found any offical way of doing it extention link = https://chrome.google.com/webstore/detail/autocontrol-custom-shortc/lk...
by parth1
16 Feb 2022, 15:37
Forum: Ask for Help (v1)
Topic: hide song in spotify playlist
Replies: 33
Views: 5298

hide song in spotify playlist

i made a auto hotkey scrip which along with AutoControl extention can hide song from spotify playlist . currently , user can hide song from spotify playlist only on android. lots of user complain about about providing this feature on pc but spotify did not listen. i also want that feature so with yo...
by parth1
23 Dec 2021, 01:59
Forum: Ask for Help (v1)
Topic: How to remap Tab as Win key so it has two functions Tab and Win modifier
Replies: 6
Views: 3548

Re: How to remap Tab as Win key so it has two functions Tab and Win modifier

well i prefer to use this because it does not triger start menu if you just release tab without pressing any key after 200ms Tab up:: Send, {CtrlDown} {LWINUp} Send, {CtrlUp} return $Tab:: KeyWait, Tab,T0.20 If (ErrorLevel) { Send, {LWinDown} KeyWait, Tab } else { Send, {Tab} } return [Mod edit: [co...

Go to advanced search