Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1640">
<Folder Name="ALT+TAB" Expanded="True">
<Macro Name="Push and hold ALT, send TAB" Expanded="True">
<Event Name="Firefly.Help" />
<Action>
EventGhost.PythonScript(u'import win32api\nwin32api.keybd_event(18,0,0,0)\nwin32api.keybd_event(9,0,0,0)\nwin32api.keybd_event(9,0,2,0)')
</Action>
</Macro>
<Macro Name="Release ALT" Expanded="True">
<Event Name="Firefly.Mouse" />
<Action>
EventGhost.PythonScript(u'import win32api\nwin32api.keybd_event(18,0,2,0)')
</Action>
</Macro>
</Folder>
</EventGhost>Can anyone help? pretty please!!