Text for the Enter key on the virtual keyboard.
#include <bps/virtualkeyboard.h>
typedef enum {
VIRTUALKEYBOARD_ENTER_DEFAULT = 0
VIRTUALKEYBOARD_ENTER_GO = 1
VIRTUALKEYBOARD_ENTER_JOIN = 2
VIRTUALKEYBOARD_ENTER_NEXT = 3
VIRTUALKEYBOARD_ENTER_SEARCH = 4
VIRTUALKEYBOARD_ENTER_SEND = 5
VIRTUALKEYBOARD_ENTER_SUBMIT = 6
VIRTUALKEYBOARD_ENTER_DONE = 7
VIRTUALKEYBOARD_ENTER_CONNECT = 8
VIRTUALKEYBOARD_ENTER_REPLACE = 9
} virtualkeyboard_enter_t;
BlackBerry 10.0.0
This enumeration defines the specific text that can appear on the Enter key of the virtual keyboard. For example, you can configure this key to display the text "Go", "Send", "Done", and so on.
Note that for some virtual keyboard layouts there isn't room to display this text on the Enter key. In that case, the default Enter key is displayed.