Ergebnis 1 bis 20 von 26

Thema: Ineluki Tastenpatch

Baum-Darstellung

Vorheriger Beitrag Vorheriger Beitrag   Nächster Beitrag Nächster Beitrag
  1. #10
    Hier ist mein Komplettes script:


    Code:
    [execute]
    Action=registerKeyDownEvent
    Key=1
    Value=1
    next=h
    
    [h]
    Action=registerKeyDownEvent
    Key=h
    Value=37
    next=2
    
    [2]
    Action=registerKeyDownEvent
    Key=2
    Value=2
    next=3
    
    [3]
    Action=registerKeyDownEvent
    Key=3
    Value=3
    next=4
    
    [4]
    Action=registerKeyDownEvent
    Key=4
    Value=4 
    next=5
     
    [5]
    Action=registerKeyDownEvent
    Key=5
    Value=5 
    next=6
     
    [6]
    Action=registerKeyDownEvent
    Key=6
    Value=6 
    next=7
     
    [7]
    Action=registerKeyDownEvent
    Key=7
    Value=7 
    next=8
     
    [8]
    Action=registerKeyDownEvent
    Key=8
    Value=8 
    next=9
     
    [9]
    Action=registerKeyDownEvent
    Key=9
    Value=9 
    next=0
     
    [0]
    Action=registerKeyDownEvent
    Key=0
    Value=0 
    next=tab
    
    [tab]
    Action=registerKeyDownEvent
    Key=(Tab)
    Value=10 
    next=pos1
    
    [pos1]
    Action=registerKeyDownEvent
    Key=(Pos1)
    Value=17 
    next=s
    
    [s]
    Action=registerKeyDownEvent
    Key=s
    Value=11 
    next=BildRunter 
    
    [BildRunter]
    Action=registerKeyDownEvent
    Key=(BildRunter)
    Value=16 
    next=y
    
    [y]
    Action=registerKeyDownEvent
    Key=y
    Value=15
    next=entf
    
    [entf]
    Action=registerKeyDownEvent
    Key=(Entf)
    Value=12
    next=ende
    
    [ende]
    Action=registerKeyDownEvent
    Key=(Ende)
    Value=14
    next=Einfg
    
    [Einfg]
    Action=registerKeyDownEvent
    Key=(Einfg)
    Value=18
    next=BildHoch
    
    [BildHoch]
    Action=registerKeyDownEvent
    Key=(BildHoch)
    Value=19
    next=Num(+)
    
    [Num(+)]
    Action=registerKeyDownEvent
    Key=Num(+)
    Value=20
    next=Num(-)
    
    [Num(-)]
    Action=registerKeyDownEvent
    Key=Num(-)
    Value=21
    next=Num(*)
    
    [Num(*)]
    Action=registerKeyDownEvent
    Key=Num(*)
    Value=22
    next=Num(/)
    
    [Num(/)]
    Action=registerKeyDownEvent
    Key=Num(/)
    Value=23
    next=TEST
    
    [TEST]
    Action=registerKeyDownEvent
    Key=a
    Value=24
    next=r
    
    [r]
    Action=registerKeyDownEvent
    Key=r
    Value=25
    next=w
    
    
    [w]
    Action=registerKeyDownEvent
    Key=w
    Value=26
    next=s
    
    [s]
    Action=registerKeyDownEvent
    Key=s
    Value=27
    next=t
    
    [t]
    Action=registerKeyDownEvent
    Key=t
    Value=28
    next=d
    
    [d]
    Action=registerKeyDownEvent
    Key=d
    Value=29
    next=g
    
    [g]
    Action=registerKeyUpEvent
    Key=g
    Value=30
    next=f
    
    [f]
    Action=registerKeyUpEvent
    Key=f
    Value=31
    next=x
    
    [x]
    Action=registerKeyUpEvent
    Key=x
    Value=32
    next=c
    
    [c]
    Action=registerKeyUpEvent
    Key=c
    Value=33
    next=q
    
    [q]
    Action=registerKeyDownEvent
    Key=q
    Value=34
    next=v
    
    [v]
    Action=registerKeyUpEvent
    Key=v
    Value=35
    next=e
    
    [e]
    Action=registerKeyDownEvent
    Key=e
    Value=36
    next=
    
    
    
    
    
    
    ; Der Tastenpatch ist geistiges Eigentum von Ineluki (Dominik Wondrousch)
    ; Demo erstellt von Gekiganger

    Ich denke ich hab nichts falsch gemacht.
    Wenn doch, macht mich bitte drauf aufmerksam.

    Geändert von Ineluki (09.06.2004 um 00:54 Uhr)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •