value | The value of the keyset, RED: 0x1, GREEN: 0x2, YELLOW: 0x4, BLUE: 0x8, NAVIGATION (VK_UP, VK_DOWN, VK_LEFT, VK_RIGHT, VK_ENTER): 0x10, VCR (VK_PLAY, VK_PAUSE, VK_STOP, VK_NEXT, VK_PREV, VK_FAST_FWD, VK_REWIND, VK_PLAY_PAUSE): 0x20, SCROLL (VK_PAGE_UP, VK_PAGE_DOWN): 0x40, INFO: 0x80, NUMERIC: 0x100, ALPHABETIC: 0x200, OTHER (other_keys parameter): 0x400 |
other_keys | If the OTHER bit in the value property is set then this indicates those key events which are available to the browser which are not included in one of the constants defined in this class, If the OTHER bit in the value property is not set then this property is meaningless. The values are: VK_UNDEFINED, VK_CANCEL, VK_ENTER, VK_PAUSE, VK_HOME, VK_LEFT, VK_UP, VK_RIGHT, VK_DOWN, VK_HELP, VK_0, VK_1, VK_2, VK_3, VK_4, VK_5, VK_6, VK_7, VK_8, VK_9, VK_RED, VK_GREEN, VK_YELLOW, VK_BLUE, VK_POWER, VK_REWIND, VK_STOP, VK_PLAY, VK_RECORD, VK_FAST_FWD, VK_TRACK_PREV, VK_TRACK_NEXT, VK_CHANNEL_UP, VK_CHANNEL_DOWN, VK_DISPLAY_SWAP, VK_SCREEN_MODE_NEXT, VK_VOLUME_UP, VK_VOLUME_DOWN, VK_MUTE, VK_INFO, VK_GUIDE, VK_TELETEXT, VK_SUBTITLE, VK_BACK, VK_MENU, VK_PLAY_PAUSE, VENDOR_VK_DEVICE_EXIT : 658, VENDOR_VK_DEVICE_SEARCH : 659, VENDOR_VK_DEVICE_NETFLIX : 660, VENDOR_VK_DEVICE_LANGUAGE : 662, VENDOR_VK_DEVICE_PREVIOUS : 663 |