|
@@ -402,7 +402,8 @@ begin
|
|
else
|
|
else
|
|
for I:=0 to DefCount-1 do
|
|
for I:=0 to DefCount-1 do
|
|
begin
|
|
begin
|
|
- if Upcase(GetAltChar(Event.KeyCode))=AtTab(I)^.ShortCut
|
|
|
|
|
|
+ if (AtTab(I)^.ShortCut <> #0) and
|
|
|
|
+ (Upcase(GetAltChar(Event.KeyCode))=AtTab(I)^.ShortCut)
|
|
then begin
|
|
then begin
|
|
Index:=I;
|
|
Index:=I;
|
|
ClearEvent(Event);
|
|
ClearEvent(Event);
|