Programming with Reflection

image\rwnprg32.gif RightControlKeyRepeat property

 

Syntax

object.RightControlKeyRepeat
object.RightControlKeyRepeat = Value

Data type

Boolean

 

Description

By default, the right Ctrl key acts as a modifier key; that is, used in combination with another key to send a function (for example, Ctrl-F1 is mapped to the Attention key in 3270 sessions). With this property you can specify whether the right Ctrl key is treated like any other key, where continuously pressing the key repeatedly sends its function.

Values

False Continuously pressing the right Ctrl key does not repeatedly send the function that is associated with it. Use False if you're using the right Ctrl key as a modifier key.

True Continuously pressing the right Ctrl key repeatedly sends the function that is associated with it. Use True if you map the right Ctrl key to a function other than its default use as a modifier key.

Values

The default is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property