Difference between revisions of "Template:KeyCombo"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|Keypress|dev/null}}|{{#switch:{{#var:lang}}|/de=Strg|Ctrl}}|{{{2|}}}}}{{#if: | <includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|Keypress|dev/null}}|{{#switch:{{#var:lang}}|/de=Strg|Ctrl}}|{{{2|}}}}}{{#if: | ||
}}{{#if:{{{ctrl|}}}| | }}{{#if:{{{ctrl|}}}|-}}{{#if: | ||
}}{{{{#if:{{{cmd|}}}|Keypress|dev/null}}|⌘ Cmd|{{{2|}}}}}{{#if: | }}{{{{#if:{{{cmd|}}}|Keypress|dev/null}}|⌘ Cmd|{{{2|}}}}}{{#if: | ||
}}{{#if:{{{cmd|}}}| | }}{{#if:{{{cmd|}}}|-}}{{#if: | ||
}}{{{{#if:{{{alt|}}}|Keypress|dev/null}}|Alt|{{{2|}}}}}{{#if: | }}{{{{#if:{{{alt|}}}|Keypress|dev/null}}|Alt|{{{2|}}}}}{{#if: | ||
}}{{#if:{{{alt|}}}| | }}{{#if:{{{alt|}}}|-}}{{#if: | ||
}}{{{{#if:{{{opt|}}}|Keypress|dev/null}}|⌥ Alt|{{{2|}}}|title=Option}}{{#if: | }}{{{{#if:{{{opt|}}}|Keypress|dev/null}}|⌥ Alt|{{{2|}}}|title=Option}}{{#if: | ||
}}{{#if:{{{opt|}}}| | }}{{#if:{{{opt|}}}|-}}{{#if: | ||
}}{{{{#if:{{{shift|}}}|Keypress|dev/null}}|⇧ {{#switch:{{#var:lang}}|/fr=Maj|Shift}}|{{{2|}}}}}{{#if:{{{shift|}}}| | }}{{{{#if:{{{shift|}}}|Keypress|dev/null}}|⇧ {{#switch:{{#var:lang}}|/fr=Maj|Shift}}|{{{2|}}}}}{{#if:{{{shift|}}}|-}}{{#if: | ||
}}{{#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> |
Revision as of 08:48, 2 November 2009
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 |