|
4 | 4 | //information regarding copyright ownership.
|
5 | 5 | //You may obtain a copy of the License at
|
6 | 6 | //
|
7 |
| -/// http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | +// http://www.apache.org/licenses/LICENSE-2.0 |
8 | 8 | //
|
9 | 9 | //Unless required by applicable law or agreed to in writing, software
|
10 | 10 | //distributed under the License is distributed on an "AS IS" BASIS,
|
|
13 | 13 | //limitations under the License.
|
14 | 14 | namespace OpenQA.Selenium.Appium.Android
|
15 | 15 | {
|
| 16 | + /// <summary> |
| 17 | + /// Some common key codes for Android Key Events. |
| 18 | + /// </summary> |
16 | 19 | public sealed class AndroidKeyCode
|
17 | 20 | {
|
18 | 21 |
|
@@ -452,7 +455,7 @@ public sealed class AndroidKeyCode
|
452 | 455 | /// </summary>
|
453 | 456 | public static readonly int KeycodeButton_THUMBR = 107;
|
454 | 457 |
|
455 |
| - /// </summary> |
| 458 | + /// <summary> |
456 | 459 | /// Key code constant: X Button key. On a game controller, the X button should be either the button labeled X or the first button on the upper row of controller buttons.
|
457 | 460 | /// (0x00000063)
|
458 | 461 | /// </summary>
|
@@ -722,7 +725,7 @@ public sealed class AndroidKeyCode
|
722 | 725 | /// </summary>
|
723 | 726 | public static readonly int Keycode_F8 = 138;
|
724 | 727 |
|
725 |
| - /// </summary> |
| 728 | + /// <summary> |
726 | 729 | /// Key code constant: F9 key.
|
727 | 730 | /// (0x0000008b)
|
728 | 731 | /// </summary>
|
@@ -1025,7 +1028,7 @@ public sealed class AndroidKeyCode
|
1025 | 1028 | /// <summary>
|
1026 | 1029 | /// Key code constant: Number modifier key. Used to enter numeric symbols. This key is not Num Lock; it is more like Keycode_ALT_LEFT and is public static readonly int erpreted as an ALT key by MetaKeyKeyListener.
|
1027 | 1030 | /// (0x0000004e)
|
1028 |
| - /// <summary> |
| 1031 | + /// </summary> |
1029 | 1032 | public static readonly int Keycode_NUM = 78;
|
1030 | 1033 |
|
1031 | 1034 | /// <summary>
|
@@ -1145,7 +1148,7 @@ public sealed class AndroidKeyCode
|
1145 | 1148 | /// <summary>
|
1146 | 1149 | /// Key code constant: Numeric keypad '-' key (for subtraction).
|
1147 | 1150 | /// (0x0000009c)
|
1148 |
| - /// <summary> |
| 1151 | + /// </summary> |
1149 | 1152 | public static readonly int KeycodeNumpad_SUBTRACT = 156;
|
1150 | 1153 |
|
1151 | 1154 | /// <summary>
|
|
0 commit comments