Difference between revisions of "Template:KeyCombo"

From Second Life Wiki
Jump to navigation Jump to search
(Shortcuts save you time! In more ways than one!)
(Old Knowledge Base)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|K|dev/null}}|{{#switch:{{#var:lang}}|/de=Strg|Ctrl}}|{{{2|}}}}}{{#if:
<noinclude>For the [[Old Knowledge Base]], this has been succeeded by [[Template:K]].
}}{{#if:{{{ctrl|}}}|-}}{{#if:


}}{{{{#if:{{{cmd|}}}|K|dev/null}}|⌘ Cmd|{{{2|}}}}}{{#if:
</noinclude><includeonly><onlyinclude>{{#if:{{{ctrl|}}}|{{Keypress|{{#switch:{{#var:lang}}|/de=Strg|Ctrl}}|{{{2|}}}}}-}}{{#if:
}}{{#if:{{{cmd|}}}|-}}{{#if:


}}{{{{#if:{{{alt|}}}|K|dev/null}}|Alt|{{{2|}}}}}{{#if:
}}{{#if:{{{cmd|}}}|{{Keypress|⌘ Cmd|{{{2|}}}}}-}}{{#if:
}}{{#if:{{{alt|}}}|-}}{{#if:


}}{{{{#if:{{{opt|}}}|K|dev/null}}|Alt|{{{2|}}}|title=Option}}{{#if:
}}{{#if:{{{alt|}}}|{{Keypress|Alt|{{{2|}}}}}-}}{{#if:
}}{{#if:{{{opt|}}}|-}}{{#if:


}}{{{{#if:{{{shift|}}}|K|dev/null}}|⇧ {{#switch:{{#var:lang}}|/fr=Maj|Shift}}|{{{2|}}}}}{{#if:{{{shift|}}}|-}}{{#if:
}}{{#if:{{{opt|}}}|{{Keypress|⌥ Alt|{{{2|}}}|title=Option}}-}}{{#if:


}}{{#if:{{{tab|}}}|{{K|↹ Tab|{{{2|}}}|title=Tabulator}}|{{#if:{{{return|}}}|{{K|↵ Return|{{{2|}}}|title=Return}}|{{K|{{{1}}}|{{{2|}}}|title={{{title|}}}}}}}}}</onlyinclude></includeonly>
}}{{#if:{{{shift|}}}|{{Keypress|⇧ {{#switch:{{#var:lang}}|/fr=Maj|Shift}}|{{{2|}}}}}-}}{{#if:
 
}}{{#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.


Line 23: Line 21:
|-
|-
|<nowiki>{{KeyCombo|ctrl=*|H}}</nowiki>
|<nowiki>{{KeyCombo|ctrl=*|H}}</nowiki>
|{{KC|ctrl=*|H}}
|{{KeyCombo|ctrl=*|H}}
|-
|-
|<nowiki>{{KeyCombo|ctrl=*|alt=*|V}}</nowiki>
|<nowiki>{{KeyCombo|ctrl=*|alt=*|V}}</nowiki>
|{{KC|ctrl=*|alt=*|V}}
|{{KeyCombo|ctrl=*|alt=*|V}}
|-
|-
|<nowiki>{{KeyCombo|ctrl=*|alt=*|shift=*|H}}</nowiki>
|<nowiki>{{KeyCombo|ctrl=*|alt=*|shift=*|H}}</nowiki>
|{{KC|ctrl=*|alt=*|shift=*|H}}
|{{KeyCombo|ctrl=*|alt=*|shift=*|H}}
|-
|-
|<nowiki>{{KeyCombo|cmd=*|opt=*|H}}</nowiki>
|<nowiki>{{KeyCombo|cmd=*|opt=*|H}}</nowiki>
|{{KC|cmd=*|opt=*|H}}
|{{KeyCombo|cmd=*|opt=*|H}}
|-
|-
|<nowiki>{{KeyCombo|tab=*|return=*}}</nowiki>
|<nowiki>{{KeyCombo|tab=*|return=*}}</nowiki>
|{{KC|tab=*}}
|{{KeyCombo|tab=*}}
|}
|}

Latest revision as of 04:44, 28 July 2012

For the Old 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