spookyln
Member
hi,
can anyone tell me what are gp2x buttons mapped to keys ?
especially VOLUP and VOLDOWN.
thanks.
CODE
//GP2X Keys
__A = _control;
__B = _alt;
__X = _x;
__Y = _z; // maybe _y ?
__SELECT = _space;
__START = _enter;
__R = _tab;
__L = _backspace;
can anyone tell me what are gp2x buttons mapped to keys ?
especially VOLUP and VOLDOWN.
thanks.
CODE
//GP2X Keys
__A = _control;
__B = _alt;
__X = _x;
__Y = _z; // maybe _y ?
__SELECT = _space;
__START = _enter;
__R = _tab;
__L = _backspace;