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

Topics created by Mauro

  • M

    Opening the utility using CMD

    Windows
    • • Jun 13, 2024, 3:53 PM • Mauro Jun 15, 2024, 1:24 PM
    2
    0
    Votes
    2
    Posts
    269
    Views

    R Jun 15, 2024, 1:24 PM

    @Mauro, there's no built-in way to open the GUI Editor using a command, but if you want I could build it into the next version of the agent.

    I remember you did it this way, so I assume you're looking for a simpler/cleaner method.
    https://www.triggercmd.com/forum/topic/2716/macro-to-open-triggercmd-gui?_=1718324644863

  • M

    It is possible active(send) webhook with triggercmd. how?

    General Discussion
    • • Oct 24, 2023, 7:42 PM • Mauro Oct 29, 2023, 5:30 PM
    3
    0
    Votes
    3
    Posts
    307
    Views

    S Oct 29, 2023, 5:30 PM

    Are you asking for a way to fire off triggers from your phone?

    You can create a panel of the specific triggers then add a shortcut to panel’s url to your phone’s Home Screen

    Or

    Install ifttt on your phone and fire them off some other way like sms.

  • M

    Macro to open triggercmd gui

    General Discussion
    • • Oct 10, 2023, 6:48 PM • Mauro Oct 10, 2023, 6:48 PM
    1
    1
    Votes
    1
    Posts
    224
    Views

    No one has replied

  • M

    TRIGGER routine from another app linked to Alexa

    General Discussion
    • • Sep 24, 2023, 5:45 PM • Mauro Sep 24, 2023, 7:22 PM
    2
    0
    Votes
    2
    Posts
    335
    Views

    R Sep 24, 2023, 7:22 PM

    @Mauro, yes, you can start an Alexa routine whenever you trigger a command.

    It requires the TRIGGERcmd Smart Home alexa skill to be enabled, then you can

    These are the instructions:
    https://www.triggercmd.com/forum/topic/1844/run-an-alexa-routine-when-a-command-runs

    This video also shows how it works:
    https://youtu.be/nrqj-OwDpGE?si=xuuR4yfWZZho9Dqw&t=199

  • M

    How open triggercmd gui with command

    General Discussion
    • • Sep 5, 2023, 5:14 PM • Mauro Sep 24, 2023, 5:51 PM
    7
    0
    Votes
    7
    Posts
    553
    Views

    M Sep 24, 2023, 5:51 PM

    ; Defina a cor do pixel que você deseja localizar (no formato RGB hexadecimal)
    CorPixelDesejado := 0xd5492a ; Por exemplo, vermelho

    ; Use a função PixelSearch para localizar o pixel
    PixelSearch, EncontradoX, EncontradoY, 0, 0, A_ScreenWidth, A_ScreenHeight, %CorPixelDesejado%

    ; Verifique se o pixel foi encontrado
    If ErrorLevel = 0
    {
    ; Movimente o mouse para as coordenadas encontradas (X, Y)
    MouseMove, %EncontradoX%, %EncontradoY%

    ; Clique no pixel Click

    }

    ; Sair do script após a execução do macro
    ExitApp

  • M

    Execute IFTTT in windows

    Example Commands
    • • Aug 30, 2023, 11:11 PM • Mauro Sep 1, 2023, 12:04 PM
    3
    0
    Votes
    3
    Posts
    552
    Views

    R Sep 1, 2023, 12:04 PM

    @Mauro, @Matt-Packwood's solution would work, but here's another option. You could create an IFTTT applet with TRIGGERcmd as the THIS part. Pick Specific command and choose one of your TRIGGERcmd commands. It doesn't matter what it does because all you care about is the fact that it will run your IFTTT applet.

    This is a built-in function of the TRIGGERcmd IFTTT integration:

    f53b5c93-57ec-48dc-82de-cab91ff289c9-image.png

    Then, if you want to run a command on your Windows PC that will trigger that TRIGGERcmd command that will start the IFTTT applet, you could run that TRIGGERcmd command using the tcmd command line tool.

  • M

    Problem with baniment in amazon

    General Discussion
    • • Aug 29, 2023, 3:54 AM • Mauro Aug 29, 2023, 8:12 PM
    7
    0
    Votes
    7
    Posts
    338
    Views

    R Aug 29, 2023, 8:12 PM

    @Mauro I'm glad you figured it out.

  • M

    Multiple voice commands

    Example Commands
    • • Aug 20, 2023, 3:35 PM • Mauro Aug 21, 2023, 10:28 AM
    7
    0
    Votes
    7
    Posts
    681
    Views

    Steve LeeS Aug 21, 2023, 10:28 AM

    @Russ I've been thinking of using alexa routines, to simplify my command collection. As far as I can see they can't take parameters though, so you need to create multiple similar named routines. 😞

    Also, as pointed out its a million clicks as they only provide a gui interface, not a nice text based one. Thank goodness TRIGGERcmd has a text file! 😀