View Single Post
  #14 (permalink)  
Old 09-20-2004, 10:15 PM
MarqueIV MarqueIV is offline
Registered User
 
Join Date: Sep 2004
Posts: 2
Re: Firefly profile tutorial

Just a quick question... do all the profiles load when it starts, or do they dynamically load as the tray app detects new applications?

Also, does FireFly's profiles (via direct XML editing) handle system key combinations such as ALT-TAB or CTRL-ALT-DELETE, etc.? Most key emulators don't since they use the SendKeys method which isn't at the system level as opposed to something like the Win32 KEYBD_EVENT which posts messages at the driver level and *does* allow commands such as those. (See MSDN for a reference to the KEYBD_EVENT function.)

Thanks!

Mark
Reply With Quote