Difference between revisions of "Template:KeyCombo"

From Second Life Wiki
Jump to navigation Jump to search
m (dev null fix)
(replacing ifexist with switch (sorry, didn't wanted to change it on my own but it fit to a SL-UX mailing list post from today...))
Line 1: Line 1:
<includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|Keypress/Ctrl{{#ifexist:Template:Keypress/Ctrl{{#var:lang}}|{{#var:lang}}}}|Template:/dev/null}}|}}{{#if:{{{ctrl|}}}|+}}{{{{#if:{{{cmd|}}}|Keypress|Template:/dev/null}}|⌘ Cmd|{{{2|}}}}}{{#if:{{{cmd|}}}|+}}{{{{#if:{{{alt|}}}|Keypress|Template:/dev/null}}|Alt|{{{2|}}}}}{{#if:{{{alt|}}}|+}}{{{{#if:{{{opt|}}}|Keypress|Template:/dev/null}}|⌥ Alt|{{{2|}}}|title=Option}}{{#if:{{{opt|}}}|+}}{{{{#if:{{{shift|}}}|Keypress|Template:/dev/null}}|⇧ Shift|{{{2|}}}}}{{#if:{{{shift|}}}|+}}{{#if:{{{tab|}}}|{{Keypress|↹ Tab|{{{2|}}}|title=Tabulator}}|{{#if:{{{return|}}}|{{Keypress|↵ Return|{{{2|}}}|title=Return}}|{{Keypress|{{{1}}}|{{{2|}}}|title={{{title|}}}}}}}}}</onlyinclude></includeonly>
<includeonly><onlyinclude>{{{{#if:{{{ctrl|}}}|Keypress/Ctrl{{#switch:{{#var:lang}}|/de = /de|}}|}}{{#if:{{{ctrl|}}}|+}}{{{{#if:{{{cmd|}}}|Keypress|Template:/dev/null}}|⌘ Cmd|{{{2|}}}}}{{#if:{{{cmd|}}}|+}}{{{{#if:{{{alt|}}}|Keypress|Template:/dev/null}}|Alt|{{{2|}}}}}{{#if:{{{alt|}}}|+}}{{{{#if:{{{opt|}}}|Keypress|Template:/dev/null}}|⌥ Alt|{{{2|}}}|title=Option}}{{#if:{{{opt|}}}|+}}{{{{#if:{{{shift|}}}|Keypress|Template:/dev/null}}|⇧ Shift|{{{2|}}}}}{{#if:{{{shift|}}}|+}}{{#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.



Revision as of 14:26, 26 March 2009

Use this template to mark key combination needed for shortcuts in the viewer.

Example

input output
{{KeyCombo|ctrl=*|H}} {{Keypress/Ctrl+H
{{KeyCombo|ctrl=*|alt=*|V}} {{Keypress/Ctrl+Alt+V
{{KeyCombo|ctrl=*|alt=*|shift=*|H}} {{Keypress/Ctrl+Alt+⇧ Shift+H
{{KeyCombo|cmd=*|opt=*|H}} {{⌘ Cmd+⌥ Alt+H
{{KeyCombo|tab=*|return=*}} {{↹ Tab