Anyone know Chrome's “Unique name”?

I'm trying to replace the zoom functionality with scroll on my microsoft ergonomic keyboard 7000. Since intellitype's command.xml doesn't have chrome listed and I've changed all the other attributes associated with zoom to no avail. I would just like to manually add it but I'm not sure what the unique name is. Here is what I have for internet explorer.\[code\] <Application UniqueName="IEFrame7" AppName="Internet Explorer 7.0 and 8.0"> <C308 Type="5" KeySeq="ctrl o" /> <C310 Type="5" KeySeq="ctrl p" /> <C311 Type="5" KeySeq="alt p | a" /> <C315 Type="5" KeySeq="ctrl f" /> <C401 Type="0" /> <C100 Type="1" wParam="0x0a121" /> <C101 Type="1" wParam="0x0a122" /> <C102 Type="1" wParam="0x0a220" /> <C106 Type="2" lParam="0x07" /> <C104 Type="2" lParam="0x05" /> <C105 Type="2" lParam="0x06" /> <C319 Type="6" Activator="ScrollUp" /> <C320 Type="6" Activator="ScrollDown" /> <C309 Type="6" Activator="IE7Close" /> <C307 Type="6" Activator="IE7New" /> </Application>\[/code\]
 
Back
Top