Programming with Reflection
RightControlKeyRepeat property
Syntax |
object.RightControlKeyRepeat |
Data type |
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.
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.
The default is False.