Add "Personal" app to list of key bindings

This commit is contained in:
Kenneth Benzie 2022-04-26 21:08:57 +01:00
parent 8763fa7ce4
commit 994ea47f5b

View File

@ -36,7 +36,7 @@ send ^a
return
$!r:: ; reload
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^r
else
send !r
@ -205,63 +205,63 @@ else
return
$!1:: ; select tab 1
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^1
else
send !1
return
$!2:: ; select tab 2
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^2
else
send !2
return
$!3:: ; select tab 3
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^3
else
send !3
return
$!4:: ; select tab 4
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^4
else
send !4
return
$!5:: ; select tab 5
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^5
else
send !5
return
$!6:: ; select tab 6
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^6
else
send !6
return
$!7:: ; select tab 7
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^7
else
send !7
return
$!8:: ; select tab 8
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^8
else
send !8
return
$!9:: ; select tab 9
if WinActive("Firefox") || WinActive("Ferdi")
if WinActive("Firefox") || WinActive("Ferdi") || WinActive("Personal")
send ^9
else
send !9