|
-
Oct 27th, 2000, 10:29 AM
#1
Thread Starter
_______
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
-
Oct 27th, 2000, 10:39 AM
#2
Frenzied Member
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!
-
Oct 27th, 2000, 10:41 AM
#3
Thread Starter
_______
<?>
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
-
Oct 27th, 2000, 10:49 AM
#4
Frenzied Member
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??
-
Oct 30th, 2000, 11:41 PM
#5
Addicted Member
what is the sendkey for delete?
What is the SendKey for Delete ?
Thanks,
Daniel Christie
-
Oct 31st, 2000, 06:39 AM
#6
Thread Starter
_______
<?>
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|