Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged autohotkey

0 votes
536 views
1 answer
    I use an ahk script to send regular emails that works fine (will post the entire script at end of ... com/questions/65869757/sending-email-via-ahk-with-emoji-produces-issues...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    I have simple script that looks for specified color pixel in restricted area then performs move mouse of ... //stackoverflow.com/questions/65882948/script-modificationdrag-and-drop...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
711 views
1 answer
    I made an AHK script that compiles my keyboard layout in AHK, moves it to the Windows 10 startup folder, ... 65601922/sending-the-key-combination-within-its-remap-not-working-ahk...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    Is there a way to create a variable in the funtion making the funtion abell to save more than just 5 different chords ... 65648671/is-there-a-way-to-create-a-variable-in-a-funtion...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    I am trying to simulate mouse movement with my keyboard. I can move in the xy plane one direction at a time but now I ... 0, -%y_movement%,, R +s::MouseMove, 0, %y_movement%,, R...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    I made an AHK script that compiles my keyboard layout in AHK, moves it to the Windows 10 startup ... MappingsStartup Folder Layoutskeymap.exe ;runs the program return return...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    I would like to remap the 'j' key so that it presses n when ergo is true, or y when it is false with AutoHotKey. ... to make the code more efficient Send {n} else Send {y} return...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
605 views
1 answer
    I would like to remap the 'j' key so that it presses n when ergo is true, or y when it is false with AutoHotKey. ... to make the code more efficient Send {n} else Send {y} return...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    I dont know of a good way to read another variable in another file FileReader.bat @echo off :: Some ... VarXReading=%VarX% echo %VarXReading% pause FileToBeRead.ahk VarX = 69420...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...