摘要:
调整显示器亮度 原文链接:https://www.autohotkey.com/board/topic/19754-get-info-from-context-menu/ ; ; AutoHotkey wrapper for Monitor Configuration API Functions ; 阅读全文
摘要:
主代码,要log4ahk库 #include <log4ahk> #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% ARDUINO_Port = COM3 ARDUINO_Baud = 115200 ARDUINO_Parity = N ARDUIN 阅读全文
摘要:
文件下载:https://wwz.lanzouw.com/i1GLR05yy2md RunWith("admin") Gui, Add, Picture, w300 h-1, bitbug_favicon (3).ico Gui, Add, Picture, x300 y5 w300 h-1, bi 阅读全文
摘要:
依赖文件地址 https://wwm.lanzouw.com/iUEbh0152gte #SingleInstance Force #NoEnv SetRegView 64 SetBatchLines -1 SendMode Input #Persistent ;强制以ANSI版本管理员权限运行 r 阅读全文
摘要:
get_id(title){ WinGet, var_id, List, %title% ;窗口标题 idlist := [] loop, %var_id%{ idlist.Push(var_id%A_Index%) } If (!var_id){ MsgBox, 无匹配窗口 } Return id 阅读全文
摘要:
IniRead, bit, myfile.ini, section, key_bit IniRead, times, myfile.ini, section, key_times SetRegView %bit% RegRead, OutputVar2, HKEY_LOCAL_MACHINE\SOF 阅读全文
摘要:
var1 := "" ; 赋值为空, 这样下面将会使用当前时间戳代替. var1 += 1, days var1 := SubStr(var1, 1, 8) tommorrow := var1 0700 ;MsgBox % tommorrow EnvSub, tommorrow, %A_Now%, 阅读全文