Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

what is lwin on a keyboard?

3 Answer(s) Available
Answer # 1 #

The following code example uses the KeyDown event to determine the type of character entered into the control.

The Keys class contains constants for processing keyboard input. The members of the Keys enumeration consist of a key code and a set of modifiers combined into a single integer value. In the Win32 application programming interface (API) a key value has two halves, with the high-order bits containing the key code (which is the same as a Windows virtual key code), and the low-order bits representing key modifiers such as the SHIFT, CONTROL, and ALT keys.

The following table shows the key code values represented by two enumerated values, representing both the general original equipment manufacturer (OEM) keys and the more specific U.S.-keyboard associations.

[3]
Edit
Query
Report
Answer # 2 #

LWin. The left Windows logo key (Microsoft Natural Keyboard).

[2]
Edit
Query
Report
Answer # 3 #

Hold specified keyboard key(s) down.

This action may be used within the following project items: test modules and user-defined actions.

Use of this action is supported on the following systems/platforms: Windows and Linux.

The following settings are applicable to this action: case sensitive, remove double quotes from cells, window wait.

The following sample of test procedures selecting multiple cells in a given table by holding down the left-CTRL key, then applying click table cell built-in action several times, finally releasing the left-CTRL key.

[0]
Edit
Query
Report
H.E. Vasseur
Chief Diversity Officer