Skip to content

Commit

Permalink
add some additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream committed Mar 31, 2024
1 parent 9d7992c commit f098a40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/adb media keys.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ SendADBCommand(command) {
#NoEnv
#SingleInstance force

; If you want to disable media controls controlling PC media at the same time,
; just remove the ~ infront of each hotkey
; This will make it so the PC media keys no longer control the PC media, only android

; Play/Pause
~Media_Play_Pause::SendADBCommand("play-pause")

Expand Down

0 comments on commit f098a40

Please sign in to comment.