PDA

View Full Version : UseActionKey



JPHamlett
11-20-2012, 05:03 PM
procedure sendActionKey(a : String);
begin
TypeSendEx(a, false);
end;



Very Simple

Laimonas171
11-20-2012, 05:11 PM
procedure sendActionKey(a : String);
begin
TypeSendEx(a, false);
end;



Very Simple

yeah I see, but if you miss-write something in as I wrote above, it can click at no existing action key... though.. As I see that was not so good idea, not very much are interested into that.. Just tried though not a big deal

edit: damn i though that was replay to my thread :X

Justin
11-21-2012, 09:05 AM
Maybe add some checks to make sure the actionbar is active...