Sequence for FC house macro without numberpad?

Forum Forums Discussion Sequence for FC house macro without numberpad?

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  blossom7 2 years, 9 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31547

    blossom7
    Participant
    0

    I have a gaming keyboard without a number pad, most of my general keys are keybound already which led me to have to use some pretty funky keybinds when it comes to plot sitting
    For trying to get this FC house my key sequence has been;
    key(f12, 1) //target
    key(page down, 1) //confirm
    key(page down, 0.5) //wake cursor
    key(page down, 1) //confirm
    key(delete, 0.5) //down
    key(page down, 1) //confirm
    key(end, 0.5) //left
    key(page down, 1) //confirm

    It seems to be encountering syntax error on the last line, is this due to the strange keybinds or have I gone wrong somewhere else?

    #31548
    Lyfox
    Lyfox
    Participant
    0

    What syntax error exactly? Can you show it?

    Ive tried your script and it worked fine btw. But it used P key instead of Page Down. I believe the correct way to trigger Page Down is {pgdn}. Same for Delete {del} and End {end}.

    #31549

    blossom7
    Participant
    0

    Script seems to be working fine now weirdly enough with no errors, but now having the same issue with triggering the Pkey instead of page down. How would I go about putting the correct triggers into the scenario for these three keys?

    #31551
    Lyfox
    Lyfox
    Participant
    0

    key({pgdn}, 1)

    Same for {del} and {end}.

    #31552

    blossom7
    Participant
    0

    Working perfectly now, thanks for the help Lyfox!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Sequence for FC house macro without numberpad?’ is closed to new replies.