I am trying to assign an HotKey (Ctrl+Alt+S) for a shortcut I deploy on Windows 
Desktop using Wix. Below is how I tried to assign the value. However the 
compiler says that the Hotkey value has to be a integer value.

<Shortcut Id="ToolsShortcut" WorkingDirectory="System" Icon="icon.vbs"      
Directory="DesktopFolder" Hotkey="Ctrl+Alt+S" Description="Shortcut to Launch 
the Tools Framework" Name="Tools.lnk" Advertise="yes">



Please could anyone tell me how to determine the equivalent integer value for 
Ctrl+Alt+S

Currently I know that I have to somehow combine the Hex equivalent for the 
individual keys to create the Hotkey.

Here's a link to Virtual-Key 
Codes<http://msdn.microsoft.com/en-us/library/ms927178.aspx>.

Below are the Hex values for the individual keys:

Ctrl: 11

Alt: 12

S: 53

Any help would be greatly appreciated.



Thanks,

Pramod

Philips Healthcare


________________________________
The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to