Show
Ignore:
Timestamp:
08/11/08 12:55:06 (5 years ago)
Author:
stmayer
Message:

AHK:
Ebene4-Ziffernblock: NumPadAdd und NumPadSub korrigiert
Changelog angepaßt, Changes angepaßt (wozu diese neue Datei eigtl?)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • windows/autohotkey/neo20.ahk

    r740 r743  
    10961096      if      (PriorDeadKey = "comp") 
    10971097         CompKey := "1" 
    1098       else if (PriorCompKey = "r") 
     1098      else if (PriorCompKey == "r") 
    10991099         CompKey := "r_1" 
    1100       else if (PriorCompKey = "R") 
     1100      else if (PriorCompKey == "R") 
    11011101         CompKey := "R_1" 
    11021102   } 
     
    13811381      send {blind}� 
    13821382   else if (Ebene = 4) 
    1383       Send {blind}{NumpadMinus} 
     1383      Send {blind}{NumpadSub} 
    13841384   else if (Ebene = 5) 
    13851385   { 
     
    16291629   else if ((Ebene = 4) and !(CheckDeadUni("c1",0x207A) 
    16301630                           or CheckDeadUni("c5",0x208A))) 
    1631       Send {blind}{NumPadPlus} 
     1631      Send {blind}{NumPadAdd} 
    16321632   else if (Ebene = 5) 
    16331633      SendUnicodeChar(0x03D5) ; phi symbol (varphi) 
     
    26472647   } 
    26482648return 
     2649 
    26492650 
    26502651