I added that code for you anyway.

Ryan

-----Original Message-----
From: Will Dean [mailto:[EMAIL PROTECTED]] 
Sent: April 24, 2002 5:07 PM
To: [EMAIL PROTECTED]
Subject: [DQSD-Users] Search.htm screwed-up in SF


It appears that karynova has mucked up search.htm a bit more than he
thought...

There are confusing differences between the current SF version, 1.105
and 
earlier versions like 1.103 - they're not fully resolved between 1.104/5

I think it's between Monty and karynova to sort this mess out - I'm a
bit 
unwilling to check anything into that file at the moment.

If anyone's feeling more confident than me, could they at the following:

   if(hotkeyCharacter != "")
   {
      keyboardHook.RegisterHotKey(hotkeyCharacter.charCodeAt(0));
   }
   else if(hotkeyVkCode != 0)
   {
      keyboardHook.RegisterHotKey(hotkeyVkCode);
   }

to postStartup(), after the InstallKeyboardHook call.

I've checked in all the rest of the support for this hotkey work.

Cheers,

Will




_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users

_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users

Reply via email to