File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ The default keybinds are:
558558To change the keybinds:
559559
560560``` bash 
561- set  -g @dracula-mac-player-remote-pp  " P" 
561+ set  -g @dracula-mac-player-remote-play-pause  " P" 
562562set  -g @dracula-mac-player-remote-back " R" 
563563set  -g @dracula-mac-player-remote-next " N" 
564564``` 
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ main() {
202202  REMOTE_APP=$( get_tmux_option " @dracula-mac-player-app" " Spotify" ) 
203203
204204  #  Remote Control Buttons Customizations
205-   PLAY_PAUSE_BUTTON=$( get_tmux_option " @dracula-mac-player-remote-pp " " P" ) 
205+   PLAY_PAUSE_BUTTON=$( get_tmux_option " @dracula-mac-player-remote-play-pause " " P" ) 
206206  BACK_BUTTON=$( get_tmux_option " @dracula-mac-player-remote-back" " R" ) 
207207  NEXT_BUTTON=$( get_tmux_option " @dracula-mac-player-remote-next" " N" ) 
208208
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments