Changeset 453

Show
Ignore:
Timestamp:
03/27/08 11:26:30 (5 years ago)
Author:
stmayer
Message:

ahk: € und $ getauscht

Location:
windows/2K_XP_Vista/autohotkey
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk

    r423 r453  
    389389   else if Ebene = 2 
    390390   { 
    391       send $ 
     391      send  
    392392      CompKey := "" 
    393393   } 
     
    431431   else if Ebene = 2 
    432432   { 
    433       send  
     433      send $ 
    434434      CompKey := "" 
    435435   }