TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Hi, I'm trying to make these commands work, but I don't know if that's how they are put. Would you help me?

    Windows
    2
    2
    216
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      joao
      last edited by

      Re: Autohotkey script for Playalt text)Sem título.png

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @joao
        last edited by Russ

        @joao, the text in your Command field doesn't belong there. I think you got that from this post. It's related to this post where I'm using an infrared receiver connected to my Raspberry Pi to run commands when I press buttons on an old VCR remote.

        So let's back up. What do you want to accomplish? I assume you want to create commands that do things like turn up the volume on your Windows PC. Here are a couple of ways to do that:

        You could install AutohotKey, and create a C:\autohotkeyscripts\volumeUp.ahk file with these contents:

        Send {Volume_Up}
        

        Then your make your Command field this:

        start C:\autohotkeyscripts\volumeUp.ahk
        

        I think a simpler/better way would be to download nircmd and make this your volume up Command:

        c:\tools\nircmd.exe changesysvolume 4000
        

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • First post
          Last post