Skip to content

Instantly share code, notes, and snippets.

@oliverlabs
Created January 3, 2024 09:55
Show Gist options
  • Save oliverlabs/aaff7dc684002b0853f5dcd11bef919b to your computer and use it in GitHub Desktop.
Save oliverlabs/aaff7dc684002b0853f5dcd11bef919b to your computer and use it in GitHub Desktop.
Open Bluetooth Settings using AutoHotkey
#SingleInstance, Force
SendMode Input
SetWorkingDir, %A_ScriptDir%
; Hotkeys
; if a single line, no need for a return at the end
; if multiple lines, use a return at the end of each line
#K::Run, ms-settings:connecteddevices ; Win+K - Open Windows Bluetooth Devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment