weitere Fehler bei Groß/Kleinschreibung korrigiert

This commit is contained in:
Andreas Reischuck 2019-03-17 23:36:54 +01:00 committed by qwertfisch
parent b6996ca356
commit bee2285b70
1 changed files with 6 additions and 6 deletions

View File

@ -186,24 +186,24 @@ CharOutUp(char) {
SendBlindShiftFixed(char, theseq) {
global
if (UNSH%char%)
if (IsShiftLPressed)
if (IsShiftRPressed)
if (isShiftLPressed)
if (isShiftRPressed)
send % "{blind}{RShift Up}{Shift Up}" . theseq . "{Shift Down}{RShift Down}"
else
send % "{blind}{Shift Up}" . theseq . "{Shift Down}"
else
if (IsShiftRPressed)
if (isShiftRPressed)
send % "{blind}{RShift Up}" . theseq . "{RShift Down}"
else
send % "{blind}" . theseq
else if (DOSH%char%)
if (IsShiftLPressed)
if (IsShiftRPressed)
if (isShiftLPressed)
if (isShiftRPressed)
send % "{blind}" . theseq
else
send % "{blind}{RShift Down}" . theseq . "{RShift Up}"
else
if (IsShiftRPressed)
if (isShiftRPressed)
send % "{blind}{Shift Down}" . theseq . "{Shift Up}"
else
send % "{blind}{Shift Down}" . theseq . "{Shift Up}"