TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Gaston Mardones
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Gaston Mardones

    @Gaston Mardones

    0
    Reputation
    24
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Gaston Mardones Unfollow Follow

    Latest posts made by Gaston Mardones

    • RE: How can I change spotify device?

      Thanks for the answer, but that is precisely my problem, that in my spotify application in windows 10 the shortcut ctrl + D does not work. So I wanted to know if there was any other solution.

      For now I made a Python script that opens spotify in the web browser and hit TAB 24 times and ENTER until it opens which should do ctrl + D. But as you can imagine, it depends on the page loading fast, and more variables.

      Just in case, sorry for my English, I'm from Argentina and I do what I can haha

      Thanks again

      posted in General Discussion
      Gaston MardonesG
      Gaston Mardones
    • How can I change spotify device?

      When you tell google home: play spotify, it plays it on the speaker of the same google home. I would like to know if there is any way to change the playback device through some script or something.

      I saw this post: https://www.triggercmd.com/forum/topic/134/switch-spotify-devices-with-alexa-and-smartthings

      In which, through a VBS script, he managed to change them, but in the script he used

      WshShell.SendKeys '^ {d}'
      

      That line means ctrl + c, which was a shortcut for the switch device button.
      But unfortunately that shortcut no longer exists, at least in my version of Spotify on Windows 10.

      If anyone knows any solution, I wait for it, thanks.

      posted in General Discussion spotify
      Gaston MardonesG
      Gaston Mardones
    • RE: change audio output device

      Is it possible to run two lines of nircmd in a single triggercmd command?

      If I want, for example, to change the sound device to 27MP65 and then to Speakers in a single command.

      Thanks!

      {
      Trigger: Change Output Device

      Command:

      nircmd setdefaultsounddevice 27mp65
      
      nircmd setfetaultsounddefice Speakers
      

      Ground : foreground

      Voice: cambiar dispositivo de audio
      }

      posted in Windows
      Gaston MardonesG
      Gaston Mardones