Computing.Net > Forums > Programming > Logitech Keyboard Hotkeys edit XML file?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Logitech Keyboard Hotkeys edit XML file?

Reply to Message Icon

Name: Hexhector
Date: September 23, 2009 at 09:09:34 Pacific
OS: Win XP Pro SP3
CPU/Ram: AMD Athlon 64 5000+ XP
Product: Logitech Wave keyboard
Subcategory: General
Comment:

Hi,
If possible, I want to edit the XML file of my new Logitech Wave Keyboard, to change the rather useless Zoom in/out and function switch hotkeys located on the side of the keyboard to something more useful i.e Ctrl+X, Ctrl+C and Ctrl+V (Cut/Copy/Paste)

Here is an extract of part of the XML file is wish to alter with shows the 3 Hotkeys in question with an assigned number, but I want to change the function to a key press if possible??

<TriggerState Name="ButtonDownUp" HandlerSet="QuickSwitch">
<Handler Class="Handler3DFlip">
<Param/>
</Handler>
</TriggerState>
</Trigger>
</Button>
<Button Number="589855" Name="Zoomout">
<Param IconLoc="" Type=""/>
<Trigger Class="ButtonPress">
<Param Button="589855" FirstRepeatDelay="160" RepeatDelay="150" Silent="0" Type="0"/>
<TriggerState Name="ButtonDownUp" HandlerSet="ZoomBtnOutSet">
<Handler Class="ZoomBtns">
<Param ActionName="-1"/>
</Handler>
</TriggerState>
</Trigger>
</Button>
<Button Number="589856" Name="Zoomin">
<Param IconLoc="" Type=""/>
<Trigger Class="ButtonPress">
<Param Button="589856" FirstRepeatDelay="160" RepeatDelay="150" Silent="0" Type="0"/>
<TriggerState Name="ButtonDownUp" HandlerSet="ZoomBtnInSet">
<Handler Class="ZoomBtns">
<Param ActionName="1"/>
</Handler>
</TriggerState>
</Trigger>
</Button>
<Button Number="589885" Name="Gadgets">
<Param IconLoc="Devices\Keyboard\CommonIcons\Gadgets" Type="HOTKEY"/>
<Trigger Class="ButtonPress">
<Param Button="589885" FirstRepeatDelay="0" RepeatDelay="0" Silent="0" Type="0"/>

I hope someone can advise or offer a code to replace the above so I can have more useful function keys for my needs.

Thanks in advance.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Logitech Keyboard Hotkeys edit XML file?

Read xml files using C www.computing.net/answers/programming/read-xml-files-using-c/10434.html

Bat File edit text file www.computing.net/answers/programming/bat-file-edit-text-file/1653.html

XML file rearrangement www.computing.net/answers/programming/xml-file-rearrangement/14594.html