Question about sendkey command

Forum Forums Discussion Question about sendkey command

This topic contains 1 reply, has 2 voices, and was last updated by  Eyefinity 2 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35839

    neitro
    Participant
    0

    Hakuna Matata

    I do not find any solution in the help section. I want to know how send keys like Numpad divide, Numpad asterisk, Numpad mind and Numpad plus.

    Thank you for your help

    Have a nice day

    #35842

    Eyefinity
    Participant
    1+

    Hey @neitro, you can see that in the scenario functions. Go to “Scenario” and press the button “?”.

    The documentation for sendKey says

    sendKey( key, seconds )
    Send key into the game.
    If seconds specified, it will delay scenario flow by given amount.
    
    Supported:
    - alphanumeric keys
    - punctuation keys (except comma and diacritics)
    - F1-F12
    - Num0-Num9
    - Num-, Num*, Num/, Num.
    - Ctrl / Alt / Shift (must be combined with '+')
    - cursor control keys (must be enclosed in {})
    

    So it should be like

    
    sendKey(Num/, 1.5)
    
    • This reply was modified 2 years, 9 months ago by  Eyefinity.
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.