Changeset 743 for windows/autohotkey/neo20.ahk
- Timestamp:
- 08/11/08 12:55:06 (5 years ago)
- Files:
-
- 1 modified
-
windows/autohotkey/neo20.ahk (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
windows/autohotkey/neo20.ahk
r740 r743 1096 1096 if (PriorDeadKey = "comp") 1097 1097 CompKey := "1" 1098 else if (PriorCompKey = "r")1098 else if (PriorCompKey == "r") 1099 1099 CompKey := "r_1" 1100 else if (PriorCompKey = "R")1100 else if (PriorCompKey == "R") 1101 1101 CompKey := "R_1" 1102 1102 } … … 1381 1381 send {blind}� 1382 1382 else if (Ebene = 4) 1383 Send {blind}{Numpad Minus}1383 Send {blind}{NumpadSub} 1384 1384 else if (Ebene = 5) 1385 1385 { … … 1629 1629 else if ((Ebene = 4) and !(CheckDeadUni("c1",0x207A) 1630 1630 or CheckDeadUni("c5",0x208A))) 1631 Send {blind}{NumPad Plus}1631 Send {blind}{NumPadAdd} 1632 1632 else if (Ebene = 5) 1633 1633 SendUnicodeChar(0x03D5) ; phi symbol (varphi) … … 2647 2647 } 2648 2648 return 2649 2649 2650 2650 2651
