修正键位设置菜单里mac的del键符号错误

This commit is contained in:
MrZ626
2021-11-29 11:15:24 +08:00
parent 8cf4d4280c
commit cdd68e985d

View File

@@ -54,7 +54,7 @@ local keyNames={
lgui='L'..CHAR.key.macCmd,
rgui='R'..CHAR.key.macCmd,
space=CHAR.key.space,
delete=CHAR.key.del,
delete=CHAR.key.macFowardDel,
pageup=CHAR.key.macPgup,
pagedown=CHAR.key.macPgdn,
home=CHAR.key.macHome,