We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53814cd commit 5aa8009Copy full SHA for 5aa8009
src/main/java/io/appium/java_client/android/nativekey/AndroidKey.java
@@ -1021,7 +1021,7 @@ public enum AndroidKey {
1021
* Key code constant: Media Top Menu key.
1022
* Goes to the top of media menu.
1023
*/
1024
- _MEDIA_TOP_MENU(226),
+ MEDIA_TOP_MENU(226),
1025
/**
1026
* Key code constant: '11' key.
1027
@@ -1178,7 +1178,7 @@ public enum AndroidKey {
1178
* Goes to the context menu of media contents. Corresponds to Media Context-sensitive
1179
* Menu (0x11) of CEC User Control Code.
1180
1181
- _TV_MEDIA_CONTEXT_MENU(257),
+ TV_MEDIA_CONTEXT_MENU(257),
1182
1183
* Key code constant: Timer programming key.
1184
* Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of
0 commit comments