You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
725 B
16 lines
725 B
op[0].optext = get_keyname(global.opkeybtn_up)
|
|
op[1].optext = get_keyname(global.opkeybtn_down)
|
|
op[2].optext = get_keyname(global.opkeybtn_left)
|
|
op[3].optext = get_keyname(global.opkeybtn_right)
|
|
op[4].optext = get_keyname(global.opkeybtn_a)
|
|
op[5].optext = get_keyname(global.opkeybtn_b)
|
|
op[6].optext = get_keyname(global.opkeybtn_l)
|
|
op[7].optext = get_keyname(global.opkeybtn_l2)
|
|
op[8].optext = get_keyname(global.opkeybtn_r2)
|
|
op[9].optext = get_keyname(global.opkeybtn_x)
|
|
op[10].optext = get_keyname(global.opkeybtn_r)
|
|
op[11].optext = get_keyname(global.opkeybtn_select)
|
|
op[12].optext = get_keyname(global.opkeybtn_start)
|
|
op[13].optext = get_keyname(global.opkeybtn_menu1)
|
|
op[14].optext = get_keyname(global.opkeybtn_menu2)
|