Modèle:KeyCombo
De DigiWiki.
(Différences entre les versions)
(Page créée avec « <noinclude>For the Knowledge Base, this has been succeeded by Template:K. </noinclude><includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|K|dev/null}}|{{#switch:{{#var:lan… ») |
|||
(2 versions intermédiaires masquées) | |||
Ligne 17 : | Ligne 17 : | ||
}}{{#if:{{{tab|}}}|{{Keypress|↹ Tab|{{{2|}}}|title=Tabulator}}|{{#if:{{{return|}}}|{{Keypress|↵ Return|{{{2|}}}|title=Return}}|{{Keypress|{{{1}}}|{{{2|}}}|title={{{title|}}}}}}}}}</onlyinclude></includeonly> | }}{{#if:{{{tab|}}}|{{Keypress|↹ Tab|{{{2|}}}|title=Tabulator}}|{{#if:{{{return|}}}|{{Keypress|↵ Return|{{{2|}}}|title=Return}}|{{Keypress|{{{1}}}|{{{2|}}}|title={{{title|}}}}}}}}}</onlyinclude></includeonly> | ||
Use this template to mark key combination needed for shortcuts in the viewer. | Use this template to mark key combination needed for shortcuts in the viewer. | ||
- | |||
== Example == | == Example == | ||
Version actuelle en date du 23 janvier 2012 à 22:58
For the Knowledge Base, this has been succeeded by Template:K.
Use this template to mark key combination needed for shortcuts in the viewer.
Example
input | output |
---|---|
{{KeyCombo|ctrl=*|H}} | Ctrl-H |
{{KeyCombo|ctrl=*|alt=*|V}} | Ctrl-Alt-V |
{{KeyCombo|ctrl=*|alt=*|shift=*|H}} | Ctrl-Alt-⇧ Shift-H |
{{KeyCombo|cmd=*|opt=*|H}} | ⌘ Cmd-⌥ Alt-H |
{{KeyCombo|tab=*|return=*}} | ↹ Tab |