打开主菜单
首页
随机
登录
设置
关于Arcaea中文维基
免责声明
搜索
查看“Module:Keys/Symbols”的源代码
←
Module:Keys/Symbols
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
return { ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['lshift'] = '⇧ Left Shift', ['rshift'] = '⇧ Right Shift', ['enter'] = '↵ Enter', ['cmd'] = '⌘ Cmd', ['command'] = '⌘ Command', ['opt'] = '⌥ Opt', ['option'] = '⌥ Option', ['tab'] = 'Tab ↹', ['backspace'] = '← Backspace', ['win'] = '⊞ Win', ['super'] = '⊞ Super', ['menu'] = '≣ Menu', ['windows'] = '⊞ Windows', ['up'] = '↑', ['down'] = '↓', ['left'] = '←', ['right'] = '→', -- Left & right analog sticks ['l-up'] = 'L↑', ['l up'] = 'L↑', ['l-down'] = 'L↓', ['l down'] = 'L↓', ['l-left'] = 'L←', ['l left'] = 'L←', ['l-right'] = 'L→', ['l right'] = 'L→', ['l-ne'] = 'L↗', ['l ne'] = 'L↗', ['l-se'] = 'L↘', ['l se'] = 'L↘', ['l-nw'] = 'L↖', ['l nw'] = 'L↖', ['l-sw'] = 'L↙', ['l sw'] = 'L↙', ['r-up'] = 'R↑', ['r up'] = 'R↑', ['r-down'] = 'R↓', ['r down'] = 'R↓', ['r-left'] = 'R←', ['r left'] = 'R←', ['r-right'] = 'R→', ['r right'] = 'R→', ['r-ne'] = 'R↗', ['r ne'] = 'R↗', ['r-se'] = 'R↘', ['r se'] = 'R↘', ['r-nw'] = 'R↖', ['r nw'] = 'R↖', ['r-sw'] = 'R↙', ['r sw'] = 'R↙', -- PlayStation ['ps x'] = '×', ['ex'] = '×', ['ps c'] = '○', ['circle'] = '○', ['ps s'] = '□', ['square'] = '□', ['ps t'] = '△', ['triangle'] = '△', -- Nintendo 64 & GameCube ['c-up'] = 'C↑', ['c up'] = 'C↑', ['c-down'] = 'C↓', ['c down'] = 'C↓', ['c-left'] = 'C←', ['c left'] = 'C←', ['c-right'] = 'C→', ['c right'] = 'C→', ['c-ne'] = 'C↗', ['c ne'] = 'C↗', ['c-se'] = 'C↘', ['c se'] = 'C↘', ['c-nw'] = 'C↖', ['c nw'] = 'C↖', ['c-sw'] = 'C↙', ['c sw'] = 'C↙', -- Xbox Controller ['xb-a'] = 'Ⓐ', ['xb-b'] = 'Ⓑ', ['xb-x'] = 'Ⓧ', ['xb-y'] = 'Ⓨ', ['xb-lb'] = '╼', ['xb-rb'] = '╾', ['xb-lt'] = '⟅', ['xb-rt'] = '⟆', ['xb-back'] = '◀', ['xb-start'] = '▶' }
本页使用的模板:
Module:Keys/Symbols/doc
(
查看源代码
)
返回
Module:Keys/Symbols
。