Den Fix aus r1540 an die richtige Stelle in tools.ahk verschoben

This commit is contained in:
mösi 2009-01-28 09:02:33 +00:00
parent e5885a1312
commit 26e5e546a9
2 changed files with 1 additions and 3 deletions

View File

@ -239,7 +239,7 @@ PressHookUni(PhysKey, ActKey, Char) {
CharOutFilterDUni(char,down,up) {
global
if (!down)
if (!down or char == "SL_M2" or char == "SR_M2")
return char
CharOutFilterProc := ""
TrayTip,Unicode-Zeichen,%char%,10,1

View File

@ -136,8 +136,6 @@ CharOut(char) {
CharOutDown(char) {
global
if (CharOutFilterProc == "DUni" and (char == "SL_M2" or char == "SR_M2"))
return
if (CharOutFilterProc != "") {
char := CharOutFilter%CharOutFilterProc%(char,1,0)
if (char == "")