Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Feb 18, 2025
1 parent 5f1d770 commit ccc0fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8167,8 +8167,6 @@ if ($global:toggleState) { Manage-Music -action "SetVolume" -volume 100 }
else { Manage-Music -action "SetVolume" -volume 0 }
}
}
"N" { if ($modifiers -eq "Ctrl") { $itt.mediaPlayer.controls.next() } }
"B" { if ($modifiers -eq "Ctrl") { $itt.mediaPlayer.controls.previous() } }
"Q" {
if ($modifiers -eq "Ctrl") {
$itt.TabControl.SelectedItem = $itt.TabControl.Items | Where-Object { $_.Name -eq "apps" }
Expand Down

0 comments on commit ccc0fda

Please sign in to comment.