Tom Grzembketommygamedev.hashnode.dev·Apr 18, 2024[C#] [SerializeField] ShortcutPrologue This Tutorial only works for Windows users since the software AutoHotkey is only built for it. Why Do We Use [SerializeField]? Exposing your fields with the public keyword is known to be a bad practice since other scripts are allowed to acce...Discuss·68 readscoding
Michael R. Taylormrt.dev·Aug 27, 2023Making Snake Case More ConvenientOne thing that I've always hated about snake_case naming style is that I've always found typing an underscore (_) to be an awkward keystroke. The best thing that I've done to make snake_case typing easier is to use AutoHotkey to create a hotkey to in...Discuss·5 likesautohotkey
Braden Evansbraden-evans.hashnode.dev·Aug 24, 2023AutoHotKey Journey: Discovering Task Automation TechniquesAcquiring coding skills can be a challenging yet rewarding experience. In the beginning, I encountered difficulties with JavaScript and strived to mentally organize the components of my programs. My learning approach consists of 80% hands-on practice...Discuss·18 likesautohotkey
Justin McBridejustinmcbride.hashnode.dev·Apr 19, 2023German Umlauts on WindowsI’ve tried many different ways of typing the German language on an English keyboard under Windows, and almost every experience has been terrible. After many years of this agony, all it took was a simple “a-ha” moment that just makes one hang their he...Discussgerman
Samueldigfish.hashnode.dev·Apr 3, 2023Selecting the best GUI programming toolkit part 3: AutoHotkeyThis is the third article of a series titled Selecting the best GUI programming toolkit . The latter article was about Tkinter embedded in PySimpleGUI. AutoHotkey is Scripting language to define shortcut keys for the most diverse applications under W...DiscussGUI