(建立内容为“<kbd style="border: 1px solid #aaa; border-radius: 2px; box-shadow: 1px 2px 2px #ddd; background-color: #f9f9f9; background-image: linear-gradient(top, #eee, #f9f…”的新页面) |
无编辑摘要 |
||
第1行: | 第1行: | ||
<kbd style="border: 1px solid #aaa; border-radius: 2px; box-shadow: 1px 2px 2px #ddd; background-color: #f9f9f9; background-image: linear-gradient(top, #eee, #f9f9f9, #eee); padding: 1px 3px; font-family: inherit; font-size: 0.85em; | <kbd style="border: 1px solid #aaa; border-radius: 2px; box-shadow: 1px 2px 2px #ddd; background-color: #f9f9f9; background-image: linear-gradient(top, #eee, #f9f9f9, #eee); padding: 1px 3px; font-family: inherit; font-size: 0.85em; color:dimgray;">{{#switch:{{lc:{{{1}}}}} | ||
| | | 回车|enter|ent| 换行=↵ Enter | ||
| | | 控制|ctrl|control=^Ctrl | ||
|space| | |space| 空格=␣ Space | ||
|Home|home=🏠 Home | |Home|home=🏠 Home | ||
|Esc|Escape|esc|escape=&# | |Esc|Escape|esc|escape=←Esc | ||
| | | 制表|tab=⇆Tab | ||
|LockMaj|maj|Maj=🔒Maj | |LockMaj|maj|Maj=🔒Maj | ||
| | | 上档|shift=⇧Shift | ||
|suppr|Suppr| 删除|delete|del|Del=Delete | |||
|back| 退格=← | |||
|1|2|3|4|5|6|7|8|9|0={{#ifeq:{{{2|}}}|numpad|NumPad {{{1}}}|{{{1}}}}} | |||
|suppr|Suppr| | |||
| | |||
|1|2|3|4|5|6|7|8|9|0 | |||
|#default={{{1}}} | |#default={{{1}}} | ||
}}</kbd><noinclude> | }}</kbd><noinclude> | ||
第22行: | 第19行: | ||
<pre>{{key press|A}}</pre> | <pre>{{key press|A}}</pre> | ||
{{key press|A}} | {{key press|A}} | ||
== Special keys == | == Special keys == | ||
第45行: | 第26行: | ||
|- | |- | ||
| Enter || <tt>Enter</tt>, <tt>enter</tt>, <tt>Ent</tt>, <tt>ent</tt> || {{key press|ent}} || | | Enter || <tt>Enter</tt>, <tt>enter</tt>, <tt>Ent</tt>, <tt>ent</tt> || {{key press|ent}} || | ||
|- | |||
| Ctrl || <tt>Ctrl</tt>, <tt>ctrl</tt>, <tt>control</tt> || {{key press|ctrl}} || | |||
|- | |- | ||
| Space Bar || <tt>Space</tt>, <tt>space</tt> || {{key press|space}} || | | Space Bar || <tt>Space</tt>, <tt>space</tt> || {{key press|space}} || | ||
第54行: | 第37行: | ||
| Tab || <tt>tab</tt>, <tt>Tab</tt> || {{key press|tab}} || | | Tab || <tt>tab</tt>, <tt>Tab</tt> || {{key press|tab}} || | ||
|- | |- | ||
| | | Maj || <tt>LockMaj</tt>, <tt>Maj</tt>, <tt>maj</tt> || {{key press|maj}} || Does not always render correctly, depending on the browser and installed fonts | ||
|- | |- | ||
| | | Shift || <tt>shift</tt>, <tt>Shift</tt> || {{key press|Shift}} || | ||
|- | |||
| Delete || <tt>del</tt>, <tt>Del</tt>, <tt>suppr</tt>, <tt>Suppr</tt>, <tt>delete</tt>, <tt>Delete</tt> || {{key press|del}} | |||
|- | |- | ||
| | | Back || <tt>back</tt>, <tt>Back</tt> || {{key press|back}} || | ||
|- | |- | ||
| Numpad || <tt>< | | Numpad || 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 and second parameter <tt>numpad</tt> or <tt>NumPad</tt> || {{key press|1|numpad}} || needs both parameters. If only first, renders normaly | ||
|} | |} | ||
[[Category:模板]] | [[Category:模板]] | ||
</noinclude> | </noinclude> |
2022年10月28日 (五) 13:23的最新版本
{{{1}}}
Used for keyboard shortcuts.
Example:
{{key press|A}}
A
Special keys
Key press | Usage | Render | Notes |
---|---|---|---|
Enter | Enter, enter, Ent, ent | ↵ Enter | |
Ctrl | Ctrl, ctrl, control | ^Ctrl | |
Space Bar | Space, space | ␣ Space | |
Home | home, Home | 🏠 Home | Does not always render correctly, depending on the browser and installed fonts |
Escape | Esc, esc, Escape, escape | ←Esc | |
Tab | tab, Tab | ⇆Tab | |
Maj | LockMaj, Maj, maj | 🔒Maj | Does not always render correctly, depending on the browser and installed fonts |
Shift | shift, Shift | ⇧Shift | |
Delete | del, Del, suppr, Suppr, delete, Delete | Delete | |
Back | back, Back | ← | |
Numpad | 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 and second parameter numpad or NumPad | NumPad 1 | needs both parameters. If only first, renders normaly |