sendkeys

beasscript-logo-small

in SAP Form use beasgui=sendkeys

in beas Form use sendkeys

 

 

 

Key

Code

Backspace

{BACKSPACE}, {BS}, or {BKSP}

Break

{BREAK}

Caps Lock

{CAPSLOCK}

Delete

{DELETE} or {DEL}

Down Arrow

{DOWN}

End

{END}

Enter

{ENTER}

Esc

{ESC}

Help

{HELP}

Home

{HOME}

Insert

{INSERT} or {INS}

Left Arrow

{LEFT}

Num Lock

{NUMLOCk}

Page Down

{PGDN}

Page Up

{PGUP}

Right Arrow

{RIGHT}

Scroll Lock

{SCROLLLOCK}

Tab

{TAB}

Up Arrow

{UP}

F1, F2, F3...

{F1}, {F2}, {F3}...

 

To specify key combinations with any of the SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following codes:

Key

Code

Shift

+

Ctrl

^

Alt

%

To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For example, to specify holding down SHIFT while E and C are pressed, use " +(EC)". To specify holding down SHIFT, while E is pressed, followed by C without SHIFT, use " +EC".

Warning

SendKeys does not support sending the same key repeatedly.

SendKeys does not support sending keyboard combinations that are not relevant to SAP Business One. For example, all the function keys currently do not have any functionality associated with them.

 

Example SAP Form

beasgui=sendkey={left}{right}

Example beas Form

sendkeys={ENTER}