Module:Keys/Symbols

From Minecraft Wiki
Jump to navigation Jump to search
Documentation[view] [edit] [history] [purge]Jump to code ↴

This table contains the symbols for {{keys}}.

[view] [edit] [history] [purge]The above documentation is transcluded from Module:Keys/Symbols/doc.
return {
	-- Keyboard
	['shift'] = '⇧ Shift',
	['left shift'] = '⇧ Left Shift',
	['right shift'] = '⇧ Right Shift',
	['caps lock'] = '⇪ Caps Lock',
	['control'] = '⌃ Control',
	['left control'] = '⌃ Left Control',
	['right control'] = '⌃ Right Control',
	['option'] = '⌥ Option',
	['left option'] = '⌥ Left Option',
	['right option'] = '⌥ Right Option',
	['command'] = '⌘ Command',
	['left command'] = '⌘ Left Command',
	['right command'] = '⌘ Right Command',
	['enter'] = '↵ Enter',
	['numpad enter'] = '↵ Numpad Enter',
	['tab'] = '↹ Tab',
	['backspace'] = '⌫ Backspace',
	['delete'] = '⌦ Delete',
	['windows'] = '⊞ Windows',
	['super'] = '⊞ Super',
	['menu'] = '≣ Menu',
	['up'] = '↑ Up',
	['down'] = '↓ Down',
	['left'] = '← Left',
	['right'] = '→ Right',
	['page up'] = '⇞ Page Up',
	['page down'] = '⇟ Page Down',

	-- Keyboard - inconsistent names kept for compatibility
	['lshift'] = '⇧ Left Shift',
	['rshift'] = '⇧ Right Shift',
	['opt'] = '⌥ Option',
	['cmd'] = '⌘ Command',
	['return'] = '↵ Enter',
	['win'] = '⊞ Windows',

	-- Left analog stick
	['l n'] = 'L ↑',
	['l ne'] = 'L ↗',
	['l e'] = 'L →',
	['l se'] = 'L ↘',
	['l s'] = 'L ↓',
	['l sw'] = 'L ↙',
	['l w'] = 'L ←',
	['l nw'] = 'L ↖',
	
	-- Left analog stick - inconsistent names kept for compatibility
	['l up'] = 'L ↑',
	['l-up'] = 'L ↑',
	['l-ne'] = 'L ↗',
	['l right'] = 'L →',
	['l-right'] = 'L →',
	['l-se'] = 'L ↘',
	['l down'] = 'L ↓',
	['l-down'] = 'L ↓',
	['l-sw'] = 'L ↙',
	['l left'] = 'L ←',
	['l-left'] = 'L ←',
	['l-nw'] = 'L ↖',
	
	-- Right analog stick
	['r n'] = 'R ↑',
	['r ne'] = 'R ↗',
	['r e'] = 'R →',
	['r se'] = 'R ↘',
	['r s'] = 'R ↓',
	['r sw'] = 'R ↙',
	['r w'] = 'R ←',
	['r nw'] = 'R ↖',
	
	-- Right analog stick - inconsistent names kept for compatibility
	['r up'] = 'R ↑',
	['r-up'] = 'R ↑',
	['r-ne'] = 'R ↗',
	['r right'] = 'R →',
	['r-right'] = 'R →',
	['r-se'] = 'R ↘',
	['r down'] = 'R ↓',
	['r-down'] = 'R ↓',
	['r-sw'] = 'R ↙',
	['r left'] = 'R ←',
	['r-left'] = 'R ←',
	['r-nw'] = 'R ↖',
	
	-- PlayStation
	['ps x'] = '×',
	['ps circle'] = '○',
	['ps square'] = '□',
	['ps triangle'] = '△',

	-- PlayStation - inconsistent names kept for compatibility
	['ex'] = '×',
	['ps c'] = '○',
	['circle'] = '○',
	['ps s'] = '□',
	['square'] = '□',
	['ps t'] = '△',
	['triangle'] = '△',
	
	-- Nintendo 64 & GameCube
	['c n'] = 'C ↑',
	['c ne'] = 'C ↗',
	['c e'] = 'C →',
	['c se'] = 'C ↘',
	['c s'] = 'C ↓',
	['c sw'] = 'C ↙',
	['c w'] = 'C ←',
	['c nw'] = 'C ↖',

	-- Nintendo 64 & GameCube - inconsistent names kept for compatibility
	['c up'] = 'C ↑',
	['c-up'] = 'C ↑',
	['c-ne'] = 'C ↗',
	['c right'] = 'C →',
	['c-right'] = 'C →',
	['c-se'] = 'C ↘',
	['c down'] = 'C ↓',
	['c-down'] = 'C ↓',
	['c-sw'] = 'C ↙',
	['c left'] = 'C ←',
	['c-left'] = 'C ←',
	['c-nw'] = 'C ↖',
	
	-- Xbox
	['xb a'] = 'Ⓐ',
	['xb b'] = 'Ⓑ',
	['xb x'] = 'Ⓧ',
	['xb y'] = 'Ⓨ',
	['xb lb'] = '╼',
	['xb rb'] = '╾',
	['xb lt'] = '⟅',
	['xb rt'] = '⟆',
	['xb start'] = '▶',
	['xb back'] = '◀',
	
	-- Xbox - inconsistent names kept for compatibility
	['xb-a'] = 'Ⓐ',
	['xb-b'] = 'Ⓑ',
	['xb-x'] = 'Ⓧ',
	['xb-y'] = 'Ⓨ',
	['xb-lb'] = '╼',
	['xb-rb'] = '╾',
	['xb-lt'] = '⟅',
	['xb-rt'] = '⟆',
	['xb-start'] = '▶',
	['xb-back'] = '◀',
}