(And my five black barn cats are restless...)
;#+::Run (Win and Shift) ;#^::Run (Win and Ctrl) ;#!::Run (Win and Alt) Example: C:\Windows\System32\control.exe /name Microsoft.WindowsUpdate ;#>+::Run (Win and Right Shift)
;#>+::Run (Win and Right Shift) ;Insert::^s ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other
; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ;
#+1::Run C:\Program Files (x86)\BPBible\bpbible.exe #+2::Run C:\Program Files (x86)\E-SWORD\e-Sword.exe
CapsLock::^c (NumLock::Esc Esc::^v mbutton::^x
#z:: ;work with clipboard: paste clipboard content as plain text ClipboardOld := ClipboardAll ;save original clipboard contents Clipboard = %Clipboard% ;store plain text from clipboard to clipboard Send ^v ;send the Ctrl+V command Sleep, 250 ;give some time to finish paste (before restoring clipboard) Clipboard := ClipboardOld ;restore the original clipboard contents ClipboardOld = ;clear temporary variable (potentially contains large data)
return ::dmt:: SendInput %A_MM%-%A_DD%-%A_YYYY% return ;d-m-t inserts 12-29-2024 return