====== Set Next Engine Window Position Action ====== The //Set Next Engine Window Position// action allows you to specify where the next Keyboard Maestro Engine window will be placed. This applies to pretty much any window, such as text displays. This allows you to specify the position of windows that would otherwise appear in a predefined spot. You can also move windows with the [[action:Manipulate_a_Window|Manipulate a Window]] action or with AppleScript after they are created, but this action allows you to set their position before they are created. Actions that have `Place Under Mouse` will override this facility. Note that this currently (v11.0.4) does not work with the Clipboard History Switcher. You cannot set the location of the Window Switcher or Application Switcher/Launcher. ===== See Also ===== === Actions === * [[action:Alert|Alert]] action * [[action:Custom_HTML_Prompt|Custom HTML Prompt]] action * [[action:Display_Progress|Display Progress]] action * [[action:Get_Touch_Bar_Selection|Get Touch Bar Selection]] action * [[action:Prompt_for_User_Input|Prompt for User Input]] * [[action:Prompt_With_List|Prompt With List]] action * [[action:Prompt_for_Screen_Rectangle|Prompt for Screen Rectangle]] action * [[action:Prompt_for_File|Prompt for File]] action * [[action:Show_Palette_of_Macros|Show Palette of Macros]] action * [[:Actions|See all Actions]] === Functions === * [[function:MENUBARHEIGHT|MENUBARHEIGHT()]] * [[function:MOUSEBUTTON|MOUSEBUTTON()]] * [[function:MOUSEX|MOUSEX()]] * [[function:MOUSEY|MOUSEY()]] * [[function:SCREEN|SCREEN()]] * [[function:SCREENCOUNT|SCREENCOUNT()]] * [[function:SCREENVISIBLE|SCREENVISIBLE()]] * [[function:WINDOW|WINDOW()]] * [[function:WINDOWCOUNT|WINDOWCOUNT()]] * [[:Functions|See all Functions]] === Tokens === * [[token:FrontWindowFrame|%FrontWindowFrame%]] * [[token:FrontWindowName|%FrontWindowName%]] * [[token:FrontWindowPosition|%FrontWindowPosition%]] * [[token:FrontWindowSize|%FrontWindowSize%]] * [[token:LastWindowID|%LastWindowID%]] * [[token:WindowFrame|%WindowFrame%]] * [[token:WindowName|%WindowName%]] * [[token:WindowPosition|%WindowPosition%]] * [[token:WindowSize|%WindowSize%]] * [[:Tokens|See all Tokens]]