增加控制器符号 (#388)
This commit is contained in:
@@ -167,6 +167,46 @@ local L={
|
|||||||
macPgdnAlt= 0xF0125,
|
macPgdnAlt= 0xF0125,
|
||||||
iecPower= 0xF0126,
|
iecPower= 0xF0126,
|
||||||
},
|
},
|
||||||
|
controller={--F0100~F017F
|
||||||
|
xbox= 0xF0180,
|
||||||
|
lt= 0xF0181,
|
||||||
|
rt= 0xF0182,
|
||||||
|
lb= 0xF0183,
|
||||||
|
rb= 0xF0184,
|
||||||
|
xboxX= 0xF0185,
|
||||||
|
xboxY= 0xF0186,
|
||||||
|
xboxA= 0xF0187,
|
||||||
|
xboxB= 0xF0188,
|
||||||
|
joystickL= 0xF0189,
|
||||||
|
joystickR= 0xF018A,
|
||||||
|
jsLU= 0xF018B,
|
||||||
|
jsLD= 0xF018C,
|
||||||
|
jsLL= 0xF018D,
|
||||||
|
jsLR= 0xF018E,
|
||||||
|
jsRU= 0xF018F,
|
||||||
|
jsRD= 0xF0190,
|
||||||
|
jsRL= 0xF0191,
|
||||||
|
jsRR= 0xF0192,
|
||||||
|
jsLPress= 0xF0193,
|
||||||
|
jsRPress= 0xF0194,
|
||||||
|
dpad= 0xF0195,
|
||||||
|
dpadU= 0xF0196,
|
||||||
|
dpadD= 0xF0197,
|
||||||
|
dpadL= 0xF0198,
|
||||||
|
dpadR= 0xF0199,
|
||||||
|
xboxView= 0xF019A,
|
||||||
|
xboxMenu= 0xF019B,
|
||||||
|
xboxShare= 0xF019C,
|
||||||
|
xboxConnect= 0xF019D,
|
||||||
|
ps= 0xF019E,
|
||||||
|
psTriangle= 0xF019F,
|
||||||
|
psCircle= 0xF01A0,
|
||||||
|
psCross= 0xF01A1,
|
||||||
|
psSquare= 0xF01A2,
|
||||||
|
psMute= 0xF01A3,
|
||||||
|
psCreate= 0xF01A4,
|
||||||
|
psOption= 0xF01A5,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for _,pack in next,L do
|
for _,pack in next,L do
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user