|
@@ -178,7 +178,11 @@ begin
|
|
|
str := ' ';
|
|
str := ' ';
|
|
|
{$IFDEF CPUX86_64}
|
|
{$IFDEF CPUX86_64}
|
|
|
Application.ProcessMessages;
|
|
Application.ProcessMessages;
|
|
|
|
|
+ if F_shift.Down then
|
|
|
|
|
+ KeyInput.Down(VK_SHIFT);
|
|
|
KeyInput.Press(Ord(UpperCase(str)[1]));
|
|
KeyInput.Press(Ord(UpperCase(str)[1]));
|
|
|
|
|
+ if F_shift.Down then
|
|
|
|
|
+ KeyInput.Up(VK_SHIFT);
|
|
|
Application.ProcessMessages;
|
|
Application.ProcessMessages;
|
|
|
{$ELSE}
|
|
{$ELSE}
|
|
|
if F_shift.Down then
|
|
if F_shift.Down then
|