Changeset 1087

Show
Ignore:
Timestamp:
11/02/08 01:06:49 (5 years ago)
Author:
martin_r
Message:

Rechtschreibfehler, DeadCompose überflüssig

Location:
windows
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • windows/autohotkey/Source/Global-Part.ahk

    r1058 r1087  
    8181 
    8282/*********************** 
    83 * Recourcen-Verwaltung * 
     83* Resourcen-Verwaltung * 
    8484************************ 
    8585*/ 
  • windows/autohotkey/Source/Methods-Other.ahk

    r1046 r1087  
    8787OutputChar(val1,val2) { 
    8888  global 
    89   if !(CheckComp(val2) and DeadCompose) 
     89  if (!CheckComp(val2)) 
    9090    send % "{blind}" . val1 
    9191} 
     
    9999    d := val3 
    100100  else d := val4 
    101   if !(CheckComp(d) and DeadCompose) 
     101  if (!CheckComp(d)) 
    102102    if GetKeyState("Shift","P") and isMod2Locked 
    103103      send % "{blind}{Shift Up}" . c . "{Shift Down}" 
  • windows/neo-vars/recycle.ahk

    r1081 r1087  
    7575 
    7676/*********************** 
    77 * Recourcen-Verwaltung * 
     77* Resourcen-Verwaltung * 
    7878************************ 
    7979*/