修正键位设置菜单里mac的del键符号错误
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user