Search found 388 matches

by AmDeG 11
02 Aug 2023, 20:09
Forum: Ask for Help (v1)
Topic: hide/unhide taskbar windows 11
Replies: 3
Views: 496

hide/unhide taskbar windows 11

Hi, I have a simple script that work ok in windows 10 but not in windows 11. Is a simple toggle that hide/unhide de taskbar.
I think the problem is with the size of the taskbar because now we can't have a small taskbar in windows 11.
image.png
image.png (100.51 KiB) Viewed 496 times
so, maybe changing the size...
by AmDeG 11
01 Aug 2023, 11:56
Forum: Ask for Help (v1)
Topic: Severe error: OSD Window not found
Replies: 3
Views: 424

Re: Severe error: OSD Window not found

Hi, the program allows you to hide volume notifications and following your advice I made an update, but still not working. That is, my script is not working anymore in windows 11 (in windows 10 does) and de HideVolumeOSD message por up. Maybe I have to change something in my script? My script has an...
by AmDeG 11
01 Aug 2023, 01:54
Forum: Ask for Help (v1)
Topic: Severe error: OSD Window not found
Replies: 3
Views: 424

Severe error: OSD Window not found

I wondering if someone is having problems with OSD in Windows 11?
I have a script that run like this

RunWait, res\HideVolumeOSD.exe "-hide"

but instead pop up a window:

Severe error: OSD Window not found

how can I solve it?
by AmDeG 11
10 Feb 2021, 09:29
Forum: Ask for Help (v1)
Topic: Date Format non case sensitive Topic is solved
Replies: 11
Views: 581

Re: Date Format non case sensitive Topic is solved

thanks so much!!!
But I need all that stuff just to have in Spanish the name of the month??

(Garry, since I'm six hours away from UTC time I'm afraid of using that code. I need in that sense local time)
by AmDeG 11
10 Feb 2021, 07:55
Forum: Ask for Help (v1)
Topic: Date Format non case sensitive Topic is solved
Replies: 11
Views: 581

Re: Date Format non case sensitive Topic is solved

got it!

but now I found out my last issue is that the website format is in Spanish format

I found out that Spanish keyboard is

languageCode_040a := "Spanish_Traditional_Sort"

how can I change

Code: Select all

A_MMM
from English to Spanish

so as that latter I can "lowercase" that result?
by AmDeG 11
10 Feb 2021, 07:21
Forum: Ask for Help (v1)
Topic: Date Format non case sensitive Topic is solved
Replies: 11
Views: 581

Date Format non case sensitive Topic is solved

I need to get a month expression lowercase for example "feb"

but

Code: Select all

A_MMM
triggers "Feb" with uppercase

looking at the Autohotkey Help section could not get the answer
by AmDeG 11
10 Feb 2021, 06:53
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

this is funny

after some days I realize that it is NOT working

so please what can I do?

How can I prevent my key right to my space bar (is it AltGr or not I do NOT know!!) fromo triggering Control while pressing that key?
by AmDeG 11
06 Feb 2021, 09:35
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

I have a Lenovo Think Pad ... I don't think I have AltGr

Yes, I agree I don't feel like RAlt will lose native functions. However I cannot understand why pressing RAlt & p can generate ^p ???

Does anyone know why that happens?
by AmDeG 11
05 Feb 2021, 18:36
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

isn´t it the same?

well I try that option and see what happens
by AmDeG 11
05 Feb 2021, 15:56
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

ok...
though Aristotle opens his Metaphics saying that all men by nature desire to known..
by AmDeG 11
05 Feb 2021, 14:12
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

no, that doesn't relate to the point

that depends on the program function to which ^p:: is related

my point is that when I press quite quiclky RAlt & p:: to go up at one point ^p:: is activated

and I want to prevent that
by AmDeG 11
05 Feb 2021, 12:24
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

Re: preventing a shortcut for running another

I agree...

any clue?

like forcing the original code to be pressed more slowly in order to prevent the undesired result? since when I clearly press them separately I don't have that problem
by AmDeG 11
05 Feb 2021, 12:07
Forum: Ask for Help (v1)
Topic: preventing a shortcut for running another
Replies: 18
Views: 931

preventing a shortcut for running another

when I press a couple of times quite fast this shortcut

Code: Select all

RAlt & p:: Send {PgUp}
at one time it executes the content of the following shortcut (like Print the content of the page)

Code: Select all

^p::
is there a way to prevent that?
by AmDeG 11
05 Feb 2021, 11:27
Forum: Ask for Help (v1)
Topic: deleting a global shortcut Topic is solved
Replies: 12
Views: 460

Re: deleting a global shortcut Topic is solved

great

now it works

however I don't like to have a new ahk just for this (I have all my scripts at a one ahk file) is it possible to include your script there?
by AmDeG 11
05 Feb 2021, 10:53
Forum: Ask for Help (v1)
Topic: deleting a global shortcut Topic is solved
Replies: 12
Views: 460

Re: deleting a global shortcut Topic is solved

I had already done that

And it is not appering the Msgbox
by AmDeG 11
05 Feb 2021, 09:36
Forum: Ask for Help (v1)
Topic: deleting a global shortcut Topic is solved
Replies: 12
Views: 460

Re: deleting a global shortcut Topic is solved

but my goal is to disable that global Window shortcut so as to enable that shorcut to be used for example at MS Word

otherwise with your suggesting that shortcut cannot be used in MS Word
by AmDeG 11
05 Feb 2021, 07:42
Forum: Ask for Help (v1)
Topic: deleting a global shortcut Topic is solved
Replies: 12
Views: 460

deleting a global shortcut Topic is solved

the shortcut +^!{F9} opens a dialog box in order to "Select Replacement Image"

how can disable that shortcut?
by AmDeG 11
23 Jan 2021, 11:52
Forum: Scripts and Functions (v1)
Topic: DockWin (Store/Recall window positions)
Replies: 1
Views: 3079

Re: DockWin (Store/Recall window positions)

I created a .ahk with this script
Press #+0 to save positions
But then #^0 nothing happens

Go to advanced search