Difference between revisions of "Manual:Keyboard layout"

From VsWiki
Jump to: navigation, search
m (currently available templates (should be moved to an extra page later))
m (currently available templates (should be moved to an extra page later))
Line 70: Line 70:
 
|-
 
|-
 
|{{Key:Up}}
 
|{{Key:Up}}
|<pre>{{Key:Up}}</pre>
+
|<nowiki>{{Key:Up}}</nowiki>
 
|[[Template:Key:Up]]
 
|[[Template:Key:Up]]
 
|-
 
|-
 
|{{Key:Down}}
 
|{{Key:Down}}
|<pre>{{Key:Down}}</pre>
+
|<nowiki>{{Key:Down}}</nowiki>
 
|[[Template:Key:Down]]
 
|[[Template:Key:Down]]
 
|-
 
|-
 
|{{Key:Left}}
 
|{{Key:Left}}
|<pre>{{Key:Left}}</pre>
+
|<nowiki>{{Key:Left}}</nowiki>
 
|[[Template:Key:Left]]
 
|[[Template:Key:Left]]
 
|-
 
|-
 
|{{Key:Right}}
 
|{{Key:Right}}
|<pre>{{Key:Right}}</pre>
+
|<nowiki>{{Key:Right}}</nowiki>
 
|[[Template:Key:Right]]
 
|[[Template:Key:Right]]
 
|-
 
|-
 
|{{Key:F1}}
 
|{{Key:F1}}
|<pre>{{Key:F1}}</pre>
+
|<nowiki>{{Key:F1}}</nowiki>
 
|[[Template:Key:F1]]
 
|[[Template:Key:F1]]
 
|-
 
|-
 
|{{Key:F2}}
 
|{{Key:F2}}
|<pre>{{Key:F2}}</pre>
+
|<nowiki>{{Key:F2}}</nowiki>
 
|[[Template:Key:F2]]
 
|[[Template:Key:F2]]
 
|-
 
|-
 
|{{Key:F3}}
 
|{{Key:F3}}
|<pre>{{Key:F3}}</pre>
+
|<nowiki>{{Key:F3}}</nowiki>
 
|[[Template:Key:F3]]
 
|[[Template:Key:F3]]
 
|-
 
|-
 
|{{Key:F4}}
 
|{{Key:F4}}
|<pre>{{Key:F4}}</pre>
+
|<nowiki>{{Key:F4}}</nowiki>
 
|[[Template:Key:F4]]
 
|[[Template:Key:F4]]
 
|-
 
|-
 
|{{Key:F5}}
 
|{{Key:F5}}
|<pre>{{Key:F5}}</pre>
+
|<nowiki>{{Key:F5}}</nowiki>
 
|[[Template:Key:F5]]
 
|[[Template:Key:F5]]
 
|-
 
|-
 
|{{Key:F6}}
 
|{{Key:F6}}
|<pre>{{Key:F6}}</pre>
+
|<nowiki>{{Key:F6}}</nowiki>
 
|[[Template:Key:F6]]
 
|[[Template:Key:F6]]
 
|-
 
|-
 
|{{Key:F7}}
 
|{{Key:F7}}
|<pre>{{Key:F7}}</pre>
+
|<nowiki>{{Key:F7}}</nowiki>
 
|[[Template:Key:F7]]
 
|[[Template:Key:F7]]
 
|-
 
|-
 
|{{Key:F8}}
 
|{{Key:F8}}
|<pre>{{Key:F8}}</pre>
+
|<nowiki>{{Key:F8}}</nowiki>
 
|[[Template:Key:F8]]
 
|[[Template:Key:F8]]
 
|-
 
|-
 
|{{Key:F9}}
 
|{{Key:F9}}
|<pre>{{Key:F9}}</pre>
+
|<nowiki>{{Key:F9}}</nowiki>
 
|[[Template:Key:F9]]
 
|[[Template:Key:F9]]
 
|-
 
|-
 
|{{Key:F10}}
 
|{{Key:F10}}
|<pre>{{Key:F10}}</pre>
+
|<nowiki>{{Key:F10}}</nowiki>
 
|[[Template:Key:F10]]
 
|[[Template:Key:F10]]
 
|-
 
|-
 
|{{Key:F11}}
 
|{{Key:F11}}
|<pre>{{Key:F11}</pre>
+
|<nowiki>{{Key:F11}</nowiki>
 
|[[Template:Key:F11]]
 
|[[Template:Key:F11]]
 
|-
 
|-
 
|{{Key:F12}}
 
|{{Key:F12}}
|<pre>{{Key:F12}}</pre>
+
|<nowiki>{{Key:F12}}</nowiki>
 
|[[Template:Key:F12]]
 
|[[Template:Key:F12]]
 
|-
 
|-
 
|next key
 
|next key
|<pre>code</pre>
+
|<nowiki>code</nowiki>
 
|Template:Key:xxx:xxx
 
|Template:Key:xxx:xxx
 
|}
 
|}

Revision as of 19:12, 14 March 2005

arrow_left.png Manual:Tutorial arrow_up.png Manual Database arrow_right.png

Default keyboard layouts

Notes

  • Layouts Needed
    • Please help adding/replacing descriptions so we can provide a better basis for new users.
    • We are also searching for people who can make keyboard-maps (in the vegastrike.config) for non-US keyboards (german,french,...). If you can make them please post in the forum. See also VsManualConfig.
    • You can find a diagram showing the layout of the keys that VS uses, by following this link. (This is unstable link :-( )
  • Users with non-US keyboard may keep this in mind:
    • Vegastrike maps the keys 1:1 onto other keyboard layouts. So pressing the 'exact' same key on you keyboard will work fine for you i think.


CVS config file

See also the vegastrike.config from CVS. The keys are stored between the <bindings> and the </bindings> tag.

Keyboard artwork WIP

Development

I'm currently trying to make some cool images for the keys (one for each language style).

You can checkout the german one here:

http://vegastrike.sourceforge.net/users/pontiac/models/keyboard/finished_images/Keyboard_Layout_German.html

... and the US one here:

http://vegastrike.sourceforge.net/users/pontiac/models/keyboard/finished_images/Keyboard_Layout_US.html

3D-models and source images are available here: http://vegastrike.sourceforge.net/users/pontiac/models/keyboard/

Wiki Integration

I'm currently trying to integrate the single keys (for each language) into the wiki so everyone can use them without much trouble.

Example

See the first example i put in the wiki:
UP_CURSOR_GENERAL.png Wiki Source the wiki-user need to insert:

{{Key:Up}}

The Template is located under Template:Key:Up

Note that this key is language independend, so future templates will look like this:

e.g:
{{Key:DE:Pause}}
{{Key:DE:Scroll}}
{{Key:DE:Print}}
{{Key:EN:Pause}}
{{Key:EN:Scroll}}
{{Key:EN:Print}}

currently available templates (should be moved to an extra page later)

Sample image Needed code Template link
UP_CURSOR_GENERAL.png {{Key:Up}} Template:Key:Up
DOWN_CURSOR_GENERAL.png {{Key:Down}} Template:Key:Down
LEFT_CURSOR_GENERAL.png {{Key:Left}} Template:Key:Left
RIGHT_CURSOR_GENERAL.png {{Key:Right}} Template:Key:Right
F1_GENERAL.png {{Key:F1}} Template:Key:F1
F2_GENERAL.png {{Key:F2}} Template:Key:F2
F3_GENERAL.png {{Key:F3}} Template:Key:F3
F4_GENERAL.png {{Key:F4}} Template:Key:F4
F5_GENERAL.png {{Key:F5}} Template:Key:F5
F6_GENERAL.png {{Key:F6}} Template:Key:F6
F7_GENERAL.png {{Key:F7}} Template:Key:F7
F8_GENERAL.png {{Key:F8}} Template:Key:F8
F9_GENERAL.png {{Key:F9}} Template:Key:F9
F10_GENERAL.png {{Key:F10}} Template:Key:F10
F11_GENERAL.png {{Key:F11} Template:Key:F11
F12_GENERAL.png {{Key:F12}} Template:Key:F12
next key code Template:Key:xxx:xxx

See also


arrow_left.png Manual:Tutorial arrow_up.png Manual Database arrow_right.png