Search found 73 matches

by Ennovy
May 22nd, ’24, 04:22
Forum: General Discussion
Topic: minimize the active window to the system tray
Replies: 3
Views: 2604

Re: minimize the active window to the system tray

Tom wrote: May 21st, ’24, 21:05 You should find or change the script to work with AHK v1 which is supported by FastKeys.
Yes, I noticed that. I have to look further. :(
by Ennovy
May 20th, ’24, 13:48
Forum: General Discussion
Topic: minimize the active window to the system tray
Replies: 3
Views: 2604

Re: minimize the active window to the system tray

Hi, I searched the web and AHK forums for a simple script to minimize the active window to the system tray (not the taskbar). Can you help me to get started? Any help is appreciated I found a script in the documentation for AHK v2 https://www.autohotkey.com/docs/v2/scripts/index.htm#MinimizeToTrayM...
by Ennovy
May 20th, ’24, 09:09
Forum: General Discussion
Topic: minimize the active window to the system tray
Replies: 3
Views: 2604

minimize the active window to the system tray

Hi,

I searched the web and AHK forums for a simple script to minimize the active window to the system tray (not the taskbar).
Can you help me to get started?
Any help is appreciated
by Ennovy
Jun 8th, ’22, 11:06
Forum: General Discussion
Topic: Export registry key
Replies: 1
Views: 1302

Re: Export registry key

I found the correct syntax for my script:

Code: Select all

run, reg export HKEY_CURRENT_USER\Software\RIT  p:\werkmap\TheBatBackupRegistrykey.reg /y
Have a nice day!
Peter
by Ennovy
Jun 8th, ’22, 10:27
Forum: General Discussion
Topic: Export registry key
Replies: 1
Views: 1302

Export registry key

I want to have a menu item that exports a registry key: Can you help me please with the correct syntax, because what I have so far doesn't work The file delete is executed, but not the second line of the script FileDelete p:\werkmap\TheBatBackupRegistrykey.reg run, "%windir%\System32\REG.EXE EX...
by Ennovy
Jun 2nd, ’22, 19:06
Forum: User Commands and Scripts
Topic: Save the contents of the clipboard to a file
Replies: 2
Views: 3574

Re: Save the contents of the clipboard to a file

Marko wrote: Jun 2nd, ’22, 19:02 You can use `n in the text for a new line.

Code: Select all

clipboard := clipboard "`nText to append."
Thank you Marko!
by Ennovy
Jun 2nd, ’22, 18:36
Forum: User Commands and Scripts
Topic: Save the contents of the clipboard to a file
Replies: 2
Views: 3574

Save the contents of the clipboard to a file

If have this script to save the contents of the clipboard to a file: Hotkey: CTRL + WIN + V Command: ;Save clipboard contents to file File:="p:\werkmap\klembord.txt" ;Filename and path ;FileDelete, %File% ;Only if you want to remove the old file first clipboard := clipboard " Text to ...
by Ennovy
May 4th, ’22, 03:52
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 2246

Re: Settings volume control with mouse wheel

Marko wrote: May 3rd, ’22, 21:22 Probably monitors have a different resolution.
That's correct.

Thanks Marko
by Ennovy
May 2nd, ’22, 18:29
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 2246

Re: Settings volume control with mouse wheel

I use a laptop and my second screen is above my laptop screen
by Ennovy
May 2nd, ’22, 14:36
Forum: General Discussion
Topic: Settings volume control with mouse wheel
Replies: 4
Views: 2246

Settings volume control with mouse wheel

In Preferences/Functions/Volume the option to control the volume with mouse wheel on right screen edge is active.
However this only works on my second monitor.

Is this a bug or is there another setting I have missed

Thanks in advance for your support
Peter