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?

    Scheduled Pinned Locked Moved Windows
    2 Posts 2 Posters 872 Views 1 Watching
    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 Offline
      joao
      last edited by

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

      RussR 1 Reply Last reply Reply Quote 0
      • RussR Offline
        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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post