Can I also use "hibernate" in GUI of the script by Dr. Shajul?
I thought I could do it as the picture shows, but with no success.
Search found 26 matches
- 24 Feb 2021, 04:38
- Forum: Ask For Help
- Topic: shutdown timer
- Replies: 3
- Views: 110
- 23 Feb 2021, 17:01
- Forum: Ask For Help
- Topic: shutdown timer
- Replies: 3
- Views: 110
Re: shutdown timer
Oh that makes sense. Thank you very much 

- 23 Feb 2021, 15:26
- Forum: Ask For Help
- Topic: shutdown timer
- Replies: 3
- Views: 110
shutdown timer
I found a script here for a shutdown timer by Dr. Shajul: http://www.autohotkey.com/forum/viewtopic.php?t=48609 Does anyone know what the codes in the script of the shutdown timer mean? I think the codes should be about the shutdown modes but I can't figure out the order, for example: 1 - hibernate ...
- 06 Feb 2021, 06:12
- Forum: Ask For Help
- Topic: How to trigger a hotkey in another script
- Replies: 4
- Views: 116
Re: How to trigger a hotkey in another script
Sorry, I haven't read this passage in the docs carefully enough. Script1 and Script2 are in different files. I can't change things in Script2 because it's Min2Tray https://junyx.breadfan.de/Min2Tray/ I have no idea what to change in this very large ahk file. Therefore, is there a solution without us...
- 05 Feb 2021, 14:29
- Forum: Ask For Help
- Topic: How to trigger a hotkey in another script
- Replies: 4
- Views: 116
How to trigger a hotkey in another script
Hi, until now I triggerd a hotkey of Script2 with another script, called Script1. I used Sendlevel 1 : Script1: #SingleInstance Force SendLevel 1 Send, #h ExitApp Script2: #h:: SendInput, asdf Return It works. However, I think there might be something strange with Sendlevel 1 or SendInput . Sometime...
- 04 Feb 2021, 06:09
- Forum: Ask For Help
- Topic: logical not in WinTitle parameter
- Replies: 3
- Views: 844
Re: logical not in WinTitle parameter
Thank you very much for you help. This is awesome, appreciate that.
Especially, the idea with GroupAdd is great.
Especially, the idea with GroupAdd is great.
- 31 Jan 2021, 17:17
- Forum: Ask For Help
- Topic: logical not in WinTitle parameter
- Replies: 3
- Views: 844
logical not in WinTitle parameter
Hi, I looked at the WinTitle docs: https://www.autohotkey.com/docs/misc/WinTitle.htm#Matching I am sorry if this question has been asked before, I just can't find something similar now. I am not sure how to use the logical not (!) for the WinTitle parameter? I would like to use a hotkey if wintitle ...
- 16 Nov 2020, 11:53
- Forum: Ask For Help
- Topic: paste plain text without line breaks
- Replies: 5
- Views: 96
Re: paste plain text without line breaks
Thank you very much for your responses, works like a charm.
- 16 Nov 2020, 06:22
- Forum: Ask For Help
- Topic: paste plain text without line breaks
- Replies: 5
- Views: 96
Re: paste plain text without line breaks
Thank you very much, sorry, I was not completely celar in my initial post, I would like to replace line breaks with whitespace in order to seperate the words where line break was with space. I tried it with: ClipBoard := RegExReplace(ClipBoard, "[`n`r]", " ") But line space is replaced by two whites...
- 15 Nov 2020, 10:05
- Forum: Ask For Help
- Topic: paste plain text without line breaks
- Replies: 5
- Views: 96
paste plain text without line breaks
Hi, This script for pasting plain text is nice and simple: https://autohotkey.com/board/topic/10412-paste-plain-text-and-copycut/ However, I am looking for a script that has a addional feature: Paste plain text without line breaks (I mean return, like the ENTER key on the keyboard). All line breaks ...
- 14 Mar 2020, 11:20
- Forum: Ask For Help
- Topic: Lock individual windows with a password
- Replies: 0
- Views: 374
Lock individual windows with a password
Hi, I found the following script on this website: http www.dcmembers.com/skrommel/download/winlock/ Could this script be incompatible with Windows 10? I don't know how to define the windows that should be password protected... If anyone have other ideas or apps how to lock a individual windows that ...
- 11 Mar 2020, 16:47
- Forum: Ask For Help
- Topic: run several versions of a script simulaneously
- Replies: 9
- Views: 907
Re: run several versions of a script simulaneously
wow, thats wonderful. Thanks a lot for the great help. It works like a charm.
- 09 Mar 2020, 15:34
- Forum: Ask For Help
- Topic: run several versions of a script simulaneously
- Replies: 9
- Views: 907
Re: run several versions of a script simulaneously
Thank you very much for your answers, both are great. @Rohwedder, your tip works great. However when I try to change the hotkeys from "^Numpad1 Up", "^Numpad2 Up",... to some other hotkeys, these other hotkeys do nothing (in my case ^F1, ^F2, ^F3, ^F4). Sorry I don't have a numpad. Here is what I've...
- 08 Mar 2020, 06:05
- Forum: Ask For Help
- Topic: run several versions of a script simulaneously
- Replies: 9
- Views: 907
Re: run several versions of a script simulaneously
Hello, I tried your script, Rohwedder. There is a time lag between the mouse movement and the movement of the crosshairs, sorry that doesn't look good. And thank you for your answer, Jovannb. I tried something, but I don't know how to put your answer into practice, because I don't know how to use th...
- 05 Mar 2020, 16:57
- Forum: Ask For Help
- Topic: conflict between 2 files that use capslock modifiers
- Replies: 3
- Views: 626
- 05 Mar 2020, 16:50
- Forum: Ask For Help
- Topic: Problems with SetCapsLockState, AlwaysOff when using capslock as a modifier key
- Replies: 5
- Views: 1143
Re: Problems with SetCapsLockState, AlwaysOff when using capslock as a modifier key
Hi, I had the same problem. The suggestion of Nextron's second comment didn't work for me. I also have somewhere in my main script: SetCapsLockState, AlwaysOff I found two solutions to that toggling problem when using capslock as hotkey is several scripts (maybe there are other solutions): Write "Se...
- 02 Mar 2020, 16:48
- Forum: Ask For Help
- Topic: run several versions of a script simulaneously
- Replies: 9
- Views: 907
Re: run several versions of a script simulaneously
Thank you very much. I'll test it when I have access to a full size keyboard with numpad.
Or in German: Danke sehr.

Or in German: Danke sehr.

- 01 Mar 2020, 13:34
- Forum: Ask For Help
- Topic: run several versions of a script simulaneously
- Replies: 9
- Views: 907
run several versions of a script simulaneously
Hello, is there a way to run a script several times simultaneous and start each one of these simultaneous script with a different hotkeys? To be more specific I would like to run the script below several times simultaneous (in parallel) with several hotkeys. In the script are always two hotkeys, tha...
- 01 Mar 2020, 12:59
- Forum: Scripts and Functions
- Topic: Workplace Productivity Hacks - CodeKnight's Code
- Replies: 19
- Views: 5079
Re: Workplace Productivity Hacks - CodeKnight's Code
Hi, could you please explain the "MenuSelect" script in more detail please: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=71403#p313824 When I run the script no menu appears and nothing happens, also when I uncomment the block between /* and */. How can I use this script? I am using Windows ...
- 10 Feb 2020, 15:23
- Forum: Ask For Help
- Topic: Min2Tray Help Needed!
- Replies: 3
- Views: 593
Re: Min2Tray Help Needed!
Hello,
I have the same problem with AutoHotkey Version 1.1.32.00 running Windows 10. I can't add items to the StartupMinimize list.
I have the same problem with AutoHotkey Version 1.1.32.00 running Windows 10. I can't add items to the StartupMinimize list.