I had been working on a QoL macro to convert selected text dates into a desired format. For that purpose I was trying to utilize the DateParse function that is
I have tried using this script down below and it does work however, after I get my cursor to another monitor I want to get back to the first monitor again, afte
I am using inca bluetooth keyboard. At this keyboard Fn keys are reverted and there is no fn lock. I am trying to use autohotkey script in order to remapping th
I need to have while (true) { if (toggle) { ;(toggle is simply set on/off with a hotkey) ...stuff... Sleep, 250 } } running independently sep
I wrote this code: Numpad0:: { Loop { Send {Numpad0} Sleep, 10 if !GetKeyState("Numpad0", "P") break } retur
I am trying to use VIM a lot in my day to day life, and I prefer not to move my hands away from the home row. That being said I do alt tab/ctrl tab a lot, but i
Hy Guys, I am running Autohotkey v1.1.32.00 (if that matters) and trying to do a Left click when hotkey ctrl + alt + m is pressed irrespective of the window or
I wish to create a hotstring "@@" for my email address, and another "@@@" for my full postal address. I have created a script that works when the third hotstrin
I am learning to use AutoHotKeys and I have a repetitive task that happens on every email. But it involves a different program outside of google. So I am wonder
I have the following script for typing Spanish accents: AppsKey::var := "´" #if (var = "´"), var := "" a::Send, á e::Send, é i::Send,
When I try to auto indent my .ahk files, I get "There is no formatter for 'ahk'-files installed." How can I create a rudimentary formatter?
I'm using AHK. I wanted to put output into a variable. Is anyone here know how to put the output of this command into a variable? Thanks in advance! C:\Users\m
My current script copies text like this with a shortcut: :WiltedFlower: aetheryxflower ─ 4 :Alcohol: alcohol ─ 3,709 :Ant: ant ─ 11,924 :Apple
I want to change my monitor input source with AutoHotkey, and I have this partially working. However when I use the hotkey to change the Monitor Input Source to
i have some code which will if the user types something, it will type that to notepad, but it is only opening notepad and not typing. InputBox, UserInput, NoteT
Recently installed AutoHotKey to remap some keys in order to play a video game. It seemed simple/attractive enough at first. Was not really sure of how it worke
I have two monitors one of them is a touchscreen. do somebody now a simple code in autohotkey. that you received a value, between a mouse click and a touchscree