Skip to content

Instantly share code, notes, and snippets.

@rvaiya
rvaiya / keysym_to_keyd.txt
Last active February 3, 2025 01:10
A list of X keysyms and their corresponding keyd codes on a standard US layout.
esc Escape
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
@anonymous1184
anonymous1184 / GetUrl.ahk
Last active April 8, 2025 18:30
GetUrl()
#Requires AutoHotkey v2.0
; Version: 2023.10.05.1
; https://gist.github.com/7cce378c9dfdaf733cb3ca6df345b140
GetUrl() { ; Active Window Only
static S_OK := 0, TreeScope_Descendants := 4, UIA_ControlTypePropertyId := 30003, UIA_DocumentControlTypeId := 50030, UIA_EditControlTypeId := 50004, UIA_ValueValuePropertyId := 30045
hWnd := WinGetID("A")
IUIAutomation := ComObject("{FF48DBA4-60EF-4201-AA87-54103EEF594E}", "{30CBE57D-D9D0-452A-AB13-7AC5AC4825EE}")
eRoot := ComValue(13, 0)