Difference between revisions of "Key"
From Sega Retro
Line 1: | Line 1: | ||
− | < | + | <includeonly>{{#vardefine:keycolour|{{#switch:{{uc:{{{1|}}}}} |
− | { | + | | F1 |
− | | | + | | F2 |
− | | | + | | F3 |
− | | | + | | F4 |
− | + | | F5 | |
− | | | + | | F6 |
− | + | | F7 | |
− | + | | F8 | |
− | |} | + | | F9 |
− | + | | F10 | |
− | </ | + | | F11 |
− | {{Key | + | | F12 |
− | + | | SHIFT | |
− | + | | CTRL | |
− | | | + | | ALT |
− | | | + | | SPACE |
− | | | + | | ENTER |
− | }} | + | | RETURN |
− | </noinclude> | + | | BACKSPACE |
+ | | TAB | ||
+ | | INSERT | ||
+ | | HOME | ||
+ | | DELETE | ||
+ | | END | ||
+ | | PAGE UP | ||
+ | | PAGE DOWN=D00000 | ||
+ | | #default=2080ff | ||
+ | }}}}<span style="display: inline-block; background-color:#{{#var:keycolour}}; color:#FFFFFF; min-width:15px; height=15px; text-align:center; font-size:12px; line-height:15px; box-shadow: 1px 1px #000; font-weight:bold; vertical-align:middle;"> {{{1|}}} </span></includeonly><noinclude>Template for keyboard keys | ||
+ | <pre>{{Key|A}}</pre> | ||
+ | {{Key|A}} | ||
+ | |||
+ | Also some special cases: | ||
+ | |||
+ | {{Key|Ctrl}} + {{Key|Alt}} + {{Key|Delete}} etc. | ||
+ | |||
+ | You might need to add more. | ||
+ | |||
+ | [[Category:Button templates]]</noinclude> |
Revision as of 07:00, 21 September 2021
Template for keyboard keys
{{Key|A}}
A
Also some special cases:
Ctrl + Alt + Delete etc.
You might need to add more.