Epson BT-2000 Developers Guide - Page 31

Turn the device ON/OFF

Page 31 highlights

4.1.2. BT-2000 change key assignment function The BT-2000 allows you to change the functions assigned to the hardware buttons mentioned above. The standard hardware button assignments are applied in Default mode, the changed hardware button assignments are applied in User mode. Default mode User mode Button name Power Key lock A button B button X button Y button D-pad up D-pad down D-pad left D-pad right select/OK key Function Turn the device ON/OFF Enable/disable button input Back Home Menu Multi Function OSD Display Move up Move down Move left Move right Confirm Change mode Button name Power Key lock A button B button X button Y button D-pad up D-pad down D-pad left D-pad right select/OK key Function Turn the device ON/OFF Enable/disable button input F1 F2 F3 F4 Move up Move down Move left Move right Confirm Figure 1: Hardware buttons and functions Events called when hardware buttons are pressed The following key events are generated in default mode. Hardware button A button B button X button Y button D-pad up D-pad down D-pad left D-pad right select/OK key Key event KeyEvent.KEYCODE_BACK KeyEvent.KEYCODE_HOME KeyEvent.KEYCODE_MENU ( Reserved in the system ) KeyEvent.KEYCODE_DPAD_UP KeyEvent.KEYCODE_DPAD_DOWN KeyEvent.KEYCODE_DPAD_LEFT KeyEvent.KEYCODE_DPAD_RIGHT KeyEvent.KEYCODE_DPAD_CENTER The following events are generated in user mode. MOVERIO Pro Developer's Guide (Rev.1.0) 27

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168

MOVERIO Pro Developer's Guide (Rev.1.0)
27
4.1.2.
BT-2000 change key assignment function
The BT-2000 allows you to change the functions assigned to the hardware buttons mentioned
above. The standard hardware button assignments are applied in Default mode, the changed
hardware button assignments are applied in User mode.
Default mode
User mode
Button name
Function
Button name
Function
Power
Turn the device
ON/OFF
Power
Turn the device ON/OFF
Key lock
Enable/disable
button input
Key lock
Enable/disable button
input
A button
Back
A button
F1
B button
Home
B button
F2
X button
Menu
Change
mode
X button
F3
Y button
Multi Function OSD
Display
Y button
F4
D-pad up
Move up
D-pad up
Move up
D-pad down
Move down
D-pad down
Move down
D-pad left
Move left
D-pad left
Move left
D-pad right
Move right
D-pad right
Move right
select/OK key
Confirm
select/OK key
Confirm
Figure 1: Hardware buttons and functions
Events called when hardware buttons are pressed
The following key events are generated in default mode.
Hardware button
Key event
A button
KeyEvent.KEYCODE_BACK
B button
KeyEvent.KEYCODE_HOME
X button
KeyEvent.KEYCODE_MENU
Y button
( Reserved in the system )
D-pad up
KeyEvent.KEYCODE_DPAD_UP
D-pad down
KeyEvent.KEYCODE_DPAD_DOWN
D-pad left
KeyEvent.KEYCODE_DPAD_LEFT
D-pad right
KeyEvent.KEYCODE_DPAD_RIGHT
select/OK key
KeyEvent.KEYCODE_DPAD_CENTER
The following events are generated in user mode.