Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Remapping MCE key

If you have a question or need help, this is the place to be.
Post Reply
Tripwire
Posts: 5
Joined: Fri Nov 18, 2011 11:45 am

Remapping MCE key

Post by Tripwire »

Hi,

I upgraded my htpc to Windows 8 RTM, and since there is no MCE present until 26th of october i want to change the MCE key on my remote to the windows key. Thing is when i remap the key Windows narrator pops up.
Here's my macro:

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1582">
<Macro Name="Emulate Keystrokes: {Lwin}" Expanded="True">
<Event Name="Keyboard.LAlt" />
<Action>
Window.SendKeys(u'{Lwin}', False)
</Action>
</Macro>
</EventGhost>

And the events the MCE button generates:
Keyboard.LAlt
Keyboard.LAlt+LWin
Keyboard.LAlt+LWin+Return
Keyboard.Return

I also tried the Keyboard.Return event but then my Enter key is remaped which isn't very handy ^^
Post Reply