Results 1 to 6 of 6

Thread: <?> SendKeys

  1. #1

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    On an IBM emulator screen I have to enter C for cics
    or P or Prod etc. Once entered, this brings on the sign on screen...username and password. I can send the keys but I am having problems having the machine accect the enter key.
    The enter key is disabled and replaced with the ctrl key.

    The ctrl key on the key map consists of [ctrl/enter] and
    the key map has {newline} for the enter key.

    I am assuming I have to enter newline and enter but I don't know how to code newline & enter .

    How do I combine these to make the machine enter the already sent key of "C"

    I can't change the key mapping as it's on an NT System.

    Anyone with experience on this?



    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    I'm not sure but if your using sendkeys, here some code for some keys:

    enter : ~ or {enter}
    ctrl : ^
    alt : %

    If it's what you need and want more key code ,just ask!

  3. #3

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Thanks seb, but codes are not the problem...it's the combination of the codes where I am short.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    here some example of combination:

    Code:
    SendKeys "%{f4}",True -> Alt + F4
    SendKeys "+(EC)",True -> Hold shift while E and C are press
    SendKeys "+EC",True -> Hold shift while E is press but not C
    SendKeys "{h 10}",True ->Press h 10 times
    What is the combination you need??

  5. #5
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245

    what is the sendkey for delete?

    What is the SendKey for Delete ?

    Thanks,
    Daniel Christie

  6. #6

    Thread Starter
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Daniel_Christie

    The sendkey for DEL or DELETE (use the brackets)
    {DELETE} or {DEL}
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width