Page 1 of 1

Alt Tab in nur Tab umwandeln

Posted: 16 Apr 2022, 07:25
by chris131289
Hi

ich fühle mich so richtig blöd weil ich ein simples Makro nicht hinbekomme.
Und zwar will ich dass während ich Final Fantasy 14 spiele die Tastenkombination Alt+Tab nur Tab schickt damit ich nicht versehentlich aus dem Spiel rauskomme und dass Start+Tab stattdessen alt+Tab schickt.

Code: Select all

#IfWinActive, FINAL FANTASY XIV
#Tab::
Send, {!Tab}
return

!Tab::
Send, {Tab}
return
[Mod edit: [code][/code] tags added.]

Jetzt schicken beide nur Tab

Re: Alt Tab in nur Tab umwandeln

Posted: 19 Apr 2022, 04:42
by Rohwedder
Hallo,
versuch mal:

Code: Select all

#IfWinActive, FINAL FANTASY XIV
<#Tab::AltTab ;LWin & Tab
!Tab::Send, {Tab}
https://ahkde.github.io/docs/Hotkeys.htm#alttab