Difference between revisions of "Template:Key press"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added secondary key press variable.)
m (Added "Win" key.)
Line 1: Line 1:
<span style="background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); padding: 0.1em 0.3em; font-size: 0.85em;">{{#switch: {{{1}}}
+
<span style="background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); padding: 0.1em 0.3em; font-size: 0.85em;">{{#switch:{{{1}}}
 
| Enter = ↵ Enter
 
| Enter = ↵ Enter
 
| Shift = ⇧ Shift
 
| Shift = ⇧ Shift
 
| Tab = Tab ↹
 
| Tab = Tab ↹
 +
| Win = ⊞ Win
 
| Up = ↑
 
| Up = ↑
 
| Down = ↓
 
| Down = ↓
Line 8: Line 9:
 
| Right = →
 
| Right = →
 
| {{{1}}}
 
| {{{1}}}
}}</span>{{#if:{{{2|}}}|+<span style="background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); padding: 0.1em 0.3em; font-size: 0.85em;">{{{2}}}</span>|}}<noinclude>
+
}}</span>{{#if:{{{2|}}}|+<span style="background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); padding: 0.1em 0.3em; font-size: 0.85em;">{{#switch:{{{2}}}
 +
| Enter = ↵ Enter
 +
| Shift = ⇧ Shift
 +
| Tab = Tab ↹
 +
| Win = ⊞ Win
 +
| Up = ↑
 +
| Down = ↓
 +
| Left = ←
 +
| Right = →
 +
| {{{2}}}
 +
}}</span>|}}<noinclude>
 
==Documentation==
 
==Documentation==
 
This is the {{tl|key press}} template, primarily designed to illustrate keys and keystrokes on a computer keyboard.
 
This is the {{tl|key press}} template, primarily designed to illustrate keys and keystrokes on a computer keyboard.
Line 20: Line 31:
 
===Key symbols===
 
===Key symbols===
  
Some key names have a fitting Unicode character. This template automatically adds such "icons" to the following key names:
+
Some key names have a fitting Unicode character (or a close approximation thereof). This template automatically adds such “icons” to the following key names:
  
 
: {{code|<nowiki>{{key press|Enter}}</nowiki>}} → {{key press|Enter}}
 
: {{code|<nowiki>{{key press|Enter}}</nowiki>}} → {{key press|Enter}}
 
: {{code|<nowiki>{{key press|Shift}}</nowiki>}} → {{key press|Shift}}
 
: {{code|<nowiki>{{key press|Shift}}</nowiki>}} → {{key press|Shift}}
 
: {{code|<nowiki>{{key press|Tab}}</nowiki>}} → {{key press|Tab}}
 
: {{code|<nowiki>{{key press|Tab}}</nowiki>}} → {{key press|Tab}}
 +
: {{code|<nowiki>{{key press|Win}}</nowiki>}} → {{key press|Win}}
 
: {{code|<nowiki>{{key press|Up}}</nowiki>}} → {{key press|Up}}
 
: {{code|<nowiki>{{key press|Up}}</nowiki>}} → {{key press|Up}}
 
: {{code|<nowiki>{{key press|Down}}</nowiki>}} → {{key press|Down}}
 
: {{code|<nowiki>{{key press|Down}}</nowiki>}} → {{key press|Down}}

Revision as of 15:55, 18 October 2018

{{{1}}}

Documentation

This is the {{key press}} template, primarily designed to illustrate keys and keystrokes on a computer keyboard.

Example:

{{key press|A}}A

{{key press|Ctrl|A}}Crtl+A

Key symbols

Some key names have a fitting Unicode character (or a close approximation thereof). This template automatically adds such “icons” to the following key names:

{{key press|Enter}}↵ Enter
{{key press|Shift}}⇧ Shift
{{key press|Tab}}Tab ↹
{{key press|Win}}⊞ Win
{{key press|Up}}
{{key press|Down}}
{{key press|Left}}
{{key press|Right}}