Searched refs:keycode (Results 1 – 2 of 2) sorted by relevance
47 key [down|up] keycode49 This command injects KeyEvent's into the input system. The keycode53 an example, it can be 82 (the integer value of the keycode),54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey90 press keycode92 The press command is a shortcut for the key command. The keycode
107 public static String getKeyName(int keycode) { in getKeyName() argument108 return KeyEvent.keyCodeToString(keycode); in getKeyName()