Yes, I noticed that. I have to look further.
Search found 73 matches
- May 22nd, ’24, 04:22
- Forum: General Discussion
- Topic: minimize the active window to the system tray
- Replies: 3
- Views: 2604
- 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...
- 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
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
- 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:
Have a nice day!
Peter
Code: Select all
run, reg export HKEY_CURRENT_USER\Software\RIT p:\werkmap\TheBatBackupRegistrykey.reg /y
Peter
- 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...
- 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
Thank you Marko!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."
- 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 ...
- May 4th, ’22, 03:52
- Forum: General Discussion
- Topic: Settings volume control with mouse wheel
- Replies: 4
- Views: 2246
- 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
- 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
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
