Skip to content

Commit

Permalink
Update gchrome_custom_keybindings.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
fnfontana committed Jun 5, 2022
1 parent b26070d commit 3d72c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/gchrome_custom_keybindings.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ SetTitleMatchMode 2 ; Recommended for new scripts to reduce the nu
; #Warn ; Enable warnings to assist with detecting common errors.
;----------------------------------------------------------------------------------------------------------------------
download_video_directory := "C:\Users\" . A_UserName . "\Downloads\Videos"
download_audio_directory := "C:\Users\" . A_UserName . "\Downloads\Audios"
; download_audio_directory := "C:\Users\" . A_UserName . "\Downloads\Audios"
download_audio_directory := "A:\Local\Fernando-Mobile\AntennaPod"
;----------------------------------------------------------------------------------------------------------------------
; KEYBINDINGS
; Navigation arrows
Expand Down

0 comments on commit 3d72c46

Please sign in to comment.