模板:Key press/doc
Lua错误:无法创建进程:proc_open(/dev/null): Failed to open stream: Operation not permitted See w:en:Template:Key press for full details.
Usage
Example
- {{key press|A}} → A
To illustrate keystroke combinations, just use extra parameters:
<templatedata>
{
"params": {
"1": {
"label": "First key",
"required": true
},
"2": {
"label": "Second key",
"suggested": true
},
"3": {
"label": "Third key",
"suggested": true
},
"4": {
"label": "Fourth key"
},
"5": {
"label": "Fifth key"
},
"6": {
"label": "Sixth key"
},
"7": {
"label": "Seventh key"
},
"8": {
"label": "Eighth key"
},
"9": {
"label": "Ninth key"
},
"10": {
"label": "Tenth key"
},
"11": {
"label": "Eleventh key"
},
"chain first": {},
"chain": {
"label": "Keys chain",
"description": "Symbol that will be displayed between all keys",
"default": "+"
},
"chain second": {},
"chain third": {},
"chain fourth": {},
"chain fifth": {},
"chain sixth": {},
"chain seventh": {},
"chain eighth": {},
"chain ninth": {}
},
"format": "inline"
}
</templatedata>