If you’ve ever typed a clean sentence and then spotted a random extra letter - such as “thhis”, “spacce”, “helloo” - you already know the rage. #AutoHotKey #G915 #Inputdevices #Keyword #Logitech #LogitechG915 #MechanicalKeyboards #Productivity #Windows11
bit.ly/4cuhMao
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/htplexterr
#productivity #autohotkey #automation
おはようございます。今日の記事です。
#AutoHotKey スクリプトで Windows Game Bar のスクリーンショット撮影を1つのキーに割り当てます。
撮影時に効果音も再生します。
AutoHotKey キーに効果音つきでスクリーンショット撮影するスクリプト例 | Compota-Soft-Press
compota-soft.work/archives/66749
¡Pero qué difícil es escribir «catalógo»!
Con #AutoHotkey nunca más:
:*:catalógo::catálogo
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/ypmjvrdwwe
#productivity #autohotkey #automation
My GitHub profile is now the central hub for my open-source tools! 💻✨ Find the source for my FFmpeg Audio Normalizer (🔊), GhostKey Sentinel (🛡️), the Highlighter with X Userscript (🖍️), and more.
Check it all out here:
github.com/melcom-creat...
#Demoscene #AutoHotkey #Python #AudioTools
I updated all of my AutoHotkey V1 scripts to V2 scripts. None of them were that complex aside from one I got from another source. Fortunately, someone who knows much more than me created an updated version and I was able to take that and build off of it for my needs. #AutoHotkey #Scripting
#roblox #programming #autohotkey quick prototype based classes or whatever you call it (and inheritance)
AHK v2.0 script in replies
I've been updating a lot of my AutoHotkey V1 scripts to V2 and expanding upon a lot of the V2 scripts I already had and it has been so fulfilling. It is a way to keep my logical and programming mind alive while I heal. I love automating processes and productivity flows. 💪🏽🩵🙌🏽 #AutoHotkey #scripting
Here's an #autohotkey script that will send any highlighted text to ZoteroBib in a new browser tab. Typical usage: highlight a URL, hit the hotkeys, and generate a full bibliography entry. #dh #zotero
gist.github.com/driscoll/dfa86c8978bfae7...
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/zzbjpgkdin
#productivity #autohotkey #automation
I discovered #AutoHotKey
Space::
{
Send "^{LButton}"
Sleep 1000
Send "^{w}"
Sleep 30
}
I wrote a quick guide on how to unlock function keys with AutoHotkey on Windows. Perfect for devs & tinkerers.
#windows #hhkb #autohotkey #ahk #keyboards
droidmatrix.com/2025/08/24/a...
Pokud někomu ve #windows11 chybí možnost si na taskbar připnout složku (super užitečné jako rozcestník zástupců na různá umístění a soubory ve firmě), tak jsem vyvibekódoval verzi co jede na #autohotkey (certifikovaný program u nás ve firmě).
Stačí dát do "Po spuštění" a běží jako ikona 📂 v trayi.
I revisited AutoHotkey with NotebookLM by my side, and it was revolutionary From intimidation to automation NotebookLM is mostly considered a quiet outlier , sidelined in the AI race by more popula...
#Productivity #NotebookLM #AutoHotkey #Microsoft […]
[Original post on xda-developers.com]
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/mrrncppjfo
#productivity #autohotkey #automation
To my Star Stable Online players, here's a link you might want :
github.com/am-yl/SSOAut...
There you can find 3 #AutoHotKey scripts to help with horse care, planting and crafting. Edited by myself & @nebspacefarer.bsky.social (original dev credited on github)
Enjoy~
#SSO #starstableonline #gaming
Very specific but scripting #autohotkey to auto craft/plant in star stable online can be so satisfying
#dev #gaming #sso #starstableonline
#TIL: die umstellung von #autohotkey version 1 auf version 2 verlangt einige anpassungen in der skript-datei: https://www.autohotkey.com/docs/v2/v2-changes.htm
(brauche ich für textbausteine, siehe https://www.ulb.uni-muenster.de/fachblog/archiv/3672
Autohotkey Skript: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent #SingleInstance force SetTitleMatchMode 2 global isActive := 1 global isActiveText := ["Aus","rechts","links"] Menu, Tray, Icon, % "V:\_Autohotkey\OfficeWindowCheck.ico" Loop { If isActive > 0 { WinGet, excelList, List, ahk_exe EXCEL.EXE ; Zielwerte für Position und Größe If isActive = 1 { targetX := 2309 targetY := 0 targetW := 1139 targetH := 1394 } If isActive = 2 { targetX := 0 targetY := 0 targetW := 1139 targetH := 1394 } Loop %excelList% { hwnd := excelList%A_Index% ; Fenster-Titel holen WinGetTitle, winTitle, ahk_id %hwnd% ; Nur Fenster mit "Excel" am Ende verarbeiten if (!RegExMatch(winTitle, "Excel$")) continue ; Aktuelle Position und Größe holen WinGetPos, winX, winY, winW, winH, ahk_id %hwnd% ; Prüfen, ob Position oder Größe nicht stimmen if (winX != targetX || winY != targetY || winW != targetW || winH != targetH) { ; Fenster verschieben und Größe setzen WinMove, ahk_id %hwnd%, , targetX, targetY, targetW, targetH } } WinGet, wordList, List, ahk_exe WINWORD.EXE ; Zielwerte für Position und Größe If isActive = 1 { targetX := 0 targetY := 0 targetW := 1139 targetH := 1394 } If isActive = 2 {
Ich werde langsam zum Autohotkey-Liebhaber 🤣
(Ein Skript das im Hintergrund läuft und die Windows-Positionen von Excel und Word überwacht und immer an die selbe Stelle verschiebt. Mit Umschaltmöglichkeit auf verschiedene Modi)
I know that almost nobody here improves #PowerBI with #AutoHotKey but the script I just built which buzzes when the "Apply" or "Refresh" windows close (so I can get on with other things but still get a notification) is giving me such joy right now.
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/trzenidnai
#productivity #autohotkey #automation
Hallelujah! Why waste money buying a new mouse that works completely when I can just code my mouse to work as I need it? Thanks #autohotkey!
*using my side button as my middle click to play #tropico4 has been unlocked!*
#AutoHotkey で漢字入力やってます
github.com/kouie/direct...
I save ~1h/day by automating simple daily tasks using AutoHotKey (AHK).
In this online course, I give an intro to AHK. Join and get productive?
➡️ Join our course at https://f.mtr.cool/ujbnhsucvz
#productivity #autohotkey #automation
新しいPCを購入して本日到着予定。
自分用にカスタマイズするので、設定に時間がかかる。
これを手順書としてまとめて、noteに記載し備忘録として記録しようかと考えている。
メインはPowerToysとAutoHotKey、GoogleIME、Windowsの設定変更の4つ。
初期設定の操作が遅いため、これらを使って高速化を図る。
#Windows11
#PowerToys
#AutoHotKey
#GoogleIME