Autohotkey & replacements
Windows
Shift F1 to open http://localhost:5173/
script.ahk
+F1::Run "http://localhost:5173/"
pn1 to print 29090816894 (macro)
script.ahk
:*:pn1::29090816894
keyboard shortcut to print characters
backtick (`) and tilde (~)
script.ahk
!1::SendText "``"
!2::Send "~ "
Mac
Shift F1 to open http://localhost:5173/
Shortcuts app
- New shortcut
- Open URL
- Details > Run with: (type Shift F1)
Shortcut app may be closed
pn1 to print 29090816894
https://altitudemarketing.com/blog/text-macros-macos/
keyboard shortcut to print characters
backtick (`) and tilde (~)
.config/skhd/skhdrc
lalt - 1: skhd -t "\`"
lalt - 2: skhd -t "~"
SKHD links
- documentation: https://github.com/koekeishiya/skhd
- blog tutorial example: https://www.danielcorin.com/til/skhd/intro/