Search found 19 matches

by gimel
08 Mar 2024, 13:04
Forum: Ask for Help (v1)
Topic: Pressing u key intermittently opens ease of access centre
Replies: 10
Views: 404

Re: Pressing u key intermittently opens ease of access centre

Thank you.

I'll let you know how I get on - might take a few days to find out.
by gimel
08 Mar 2024, 09:15
Forum: Ask for Help (v1)
Topic: Pressing u key intermittently opens ease of access centre
Replies: 10
Views: 404

Re: Pressing u key intermittently opens ease of access centre

I'm clueless, I was asking for a script.
by gimel
07 Mar 2024, 12:04
Forum: Ask for Help (v1)
Topic: Pressing u key intermittently opens ease of access centre
Replies: 10
Views: 404

Re: Pressing u key intermittently opens ease of access centre

Was doing fine until "u" triggered Ease of Access yesterday, and one more time again today.
by gimel
02 Mar 2024, 09:45
Forum: Ask for Help (v1)
Topic: Pressing u key intermittently opens ease of access centre
Replies: 10
Views: 404

Re: Pressing u key intermittently opens ease of access centre

That produces
Error: This line does not contain a recogised action

I've been running various scripts for years - never had that error.
by gimel
02 Mar 2024, 09:23
Forum: Ask for Help (v1)
Topic: Pressing u key intermittently opens ease of access centre
Replies: 10
Views: 404

Pressing u key intermittently opens ease of access centre

Is there an ahk script to prevent u from doing anything other than type u? Looks to be a windows oddity - affects only a few users, haven't seen a solution yet: no keys sticking, I've disabled numerous settings in ease of access. It can happen 2 or 3 times in a day, or go for days without happening....
by gimel
10 Mar 2023, 16:09
Forum: Ask for Help (v2)
Topic: Script always prompts for v1 or v2 at boot up
Replies: 13
Views: 2682

Re: Script always prompts for v1 or v2 at boot up

Oh - well life's too short to look into why it screws up with v2.0 :)

Works fine now with Requires set to v1.0

Thank you.
by gimel
10 Mar 2023, 09:09
Forum: Ask for Help (v2)
Topic: Script always prompts for v1 or v2 at boot up
Replies: 13
Views: 2682

Re: Script always prompts for v1 or v2 at boot up

I edited that top line back to v20

Reinstalled both versions of ahk

But still saying I need version 2.0 installed
by gimel
10 Mar 2023, 08:43
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3713

Re: "Delete the current video" on MPC-BE Topic is solved

Great script! It work perfectly. As for the confirmation, just simply remove the Msgbox.I have also reduce the sleep time since 1000 seems too long. ; enable options -> player -> title bar -> display full path to use this #IfWinActive ahk_class MPC-BE Delete:: WinGetTitle, filePath ; filename file ...
by gimel
10 Mar 2023, 07:38
Forum: Ask for Help (v2)
Topic: Script always prompts for v1 or v2 at boot up
Replies: 13
Views: 2682

Re: Script always prompts for v1 or v2 at boot up

Not so simple - I replied assuming it would work.

Now, in contradiction to the previous option to select V1 or V2 (both of which work) it tells me that
V2 is not installed. :)

So I edited that new line from v2 to v1 and it says script error on line #1
by gimel
09 Mar 2023, 21:33
Forum: Ask for Help (v2)
Topic: Script always prompts for v1 or v2 at boot up
Replies: 13
Views: 2682

Re: Script always prompts for v1 or v2 at boot up

That simple.

Fine, thanks.
by gimel
09 Mar 2023, 07:56
Forum: Ask for Help (v2)
Topic: Script always prompts for v1 or v2 at boot up
Replies: 13
Views: 2682

Script always prompts for v1 or v2 at boot up

The prompt appears when windows desktop has loaded, after selecting it works fine until next boot.
All other scripts don't nag.

Here's the culprit.

Code: Select all

LShift::^c ; left shift  key to copy
Tab::^v ; left alt key to paste 
by gimel
16 Dec 2022, 08:00
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6518

Re: Open a new tab from address bar in google chrome

Oh good! A new day and this one worked in Edge - see note at end of quote below. I didn't change anything else. Same feature (when Enter is pressed in Google Chrome address bar, then the URL is opened in a new tab) but instead of Acc using UIAutomation: #NoEnv SetWorkingDir %A_ScriptDir% UIA := UIA_...
by gimel
15 Dec 2022, 15:42
Forum: Scripts and Functions (v1)
Topic: Open a new tab from address bar in google chrome
Replies: 22
Views: 6518

Re: Open a new tab from address bar in google chrome

I've tried several of the above codes, including changing 50 to 55 but address bar queries still not opening in a new tab - (msedge)
by gimel
20 Aug 2022, 15:56
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3713

Re: "Delete the current video" on MPC-BE Topic is solved

I haven't a clue as to how to do this in an ahk V1 script let alone a V2 script - I tried. In the meantime I found a v1 script that works well. I notice it has sleep. Would be nice though to eliminate the yes/no confirmation dialog (how?) as It's easier to to restore the odd mistaken recycle than to...
by gimel
19 Aug 2022, 19:44
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3713

Re: "Delete the current video" on MPC-BE Topic is solved

Had time to try it out more frequently and often it deletes a file and moves onto playing the next, but other times after deleting a file successfully, a notification appears within MPC stating that the last file in the folder has been reached - regardless of where in the folder the next file is - a...
by gimel
16 Aug 2022, 16:13
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3713

Re: "Delete the current video" on MPC-BE Topic is solved

That did it - thank you so much.

Such a useful feature.
by gimel
15 Aug 2022, 17:37
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3713

Re: "Delete the current video" on MPC-BE Topic is solved

What would the code be on a 32-bit system?

I tried substituting x86 for 64 but I get a popup error after pressing F8 saying recycling failed.

Go to advanced search