Changes between Initial Version and Version 1 of Bindings for Keyboard, Mouse and Joystick

Show
Ignore:
Timestamp:
2007-01-30 18:42:01 (4 years ago)
Author:
fossi
Comment:

moved input binding codes from tikiwiki

Legend:

Unmodified
Added
Removed
Modified
  • Bindings for Keyboard, Mouse and Joystick

    v1 v1  
     1{{{ 
     2===Syntax for keys in 'cooked' mode=== 
     3 
     4[[modifier]+|-<key> 
     5 
     6Example: 
     7Shift+Up 
     8))Shift-Up(( 
     9Note: + - is the same thing 
     10 
     11===Keys=== 
     12 
     13Insert | Ins 
     14Delete | Del 
     15Home 
     16End 
     17))PgUp(( 
     18))PgDn(( 
     19Up 
     20Down 
     21Left 
     22Right 
     23Enter | Return 
     24Backspace | Back 
     25Tab 
     26Space 
     27F1 .. F12 
     28Print | ))PrintScrn(( 
     29Pause 
     30))PadPlus(( 
     31))PadMinus(( 
     32))PadMult(( 
     33))PadDiv(( 
     34Pad0 
     35Pad1 
     36Pad2 
     37Pad3 
     38Pad4 
     39Pad5 | Center 
     40Pad6 
     41Pad7 
     42Pad8 
     43Pad9 
     44))PadDecimal(( 
     45))PadEnter(( 
     46Plus 
     47Minus 
     48 
     49===Key modifiers=== 
     50 
     51Shift 
     52LShift 
     53RShift 
     54Alt 
     55LAlt 
     56RAlt 
     57Ctrl 
     58LCtrl 
     59RCtrl 
     60Num 
     61Scroll 
     62Caps 
     63 
     64===Syntax for Mouse=== 
     65 
     66[[mouse number]Mouse<Axis|Button><number> 
     67 
     68Example: 
     69))MouseAxis0(( 
     700MouseAxis0 
     711MouseButton1 
     72Note: first and second examples are the same 0 is default 
     73 
     74===Syntax for Joystick=== 
     75 
     76[[joy number]Joystick<Axis|Button><number> 
     77 
     78Example: 
     79))JoystickAxis0(( 
     800JoystickAxis0 
     811JoystickButton1 
     82Note: first and second examples are the same 0 is default 
     83}}}