Adblock breaks this site

How to send Function Keys ?? (F-Keys)

Discussion in 'Archives' started by lastchaos, May 1, 2007.

  1. lastchaos

    lastchaos Guest

    Referrals:
    0
    How to send Function Keys ?? (F-Keys)

    How do you tell scar to press F1, F2, Alt, Ctrl, etc ... ???

    Please help I've looked everywhere for this answer.

    Thanks in advance
     
  2. Gofez0r

    Gofez0r Guru

    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0
    How to send Function Keys ?? (F-Keys)

    Worked for me.

    Code:
    KeyDown(VK_F1);
    KeyUp(VK_F1);
    or
    KeyDown(VK_Control);
    KeyUp(VK_Control);
    
    and so on.
     
  3. lastchaos

    lastchaos Guest

    Referrals:
    0
    How to send Function Keys ?? (F-Keys)

    Do you know the one for the Alt key ? I've tried Alternate, Alt and Alternative but they don't work, and btw thanks heaps for replying :)
     
  4. Gofez0r

    Gofez0r Guru

    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0
    How to send Function Keys ?? (F-Keys)

    Hm.. No i dont know the one for alt :S
     
  5. Aphonix

    Aphonix Active Member

    Joined:
    May 6, 2007
    Posts:
    209
    Referrals:
    0
    Sythe Gold:
    0
    How to send Function Keys ?? (F-Keys)

    Code:
    begin
    If(IsFKeyDown(1)=True)then
     begin
     Typesend(write1)
     end;[CODE]
    
    Basic F-Key setup, used for my autotyper. Can send you whole lot if you like.
     
  6. Gofez0r

    Gofez0r Guru

    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0
    How to send Function Keys ?? (F-Keys)

     
  7. Aphonix

    Aphonix Active Member

    Joined:
    May 6, 2007
    Posts:
    209
    Referrals:
    0
    Sythe Gold:
    0
    How to send Function Keys ?? (F-Keys)

    Yes, i just realised, i should have previewed it
     
  8. Thebombdotorg

    Thebombdotorg Guru
    Banned

    Joined:
    Mar 23, 2007
    Posts:
    1,020
    Referrals:
    1
    Sythe Gold:
    5
    How to send Function Keys ?? (F-Keys)

    alt is the 18th byte...i have no clue what it means but i saw someone else asking it and he said he figured out that it was the 18th byte.... =P i'm trying to learn to script =D
     
< Level 97 Fire Cape Defender Torso! More | sellin level 100 account >


 
 
Adblock breaks this site