Skip to content

SplitSnapActiveWindow & MS Edge (chromium) #7

@digitalAssetStore

Description

@digitalAssetStore

In MS Edge (chromium) latest version for me the new code is not working

        Send ^l^c
	SetKeyDelay, 100
	Send ^w^n^v{enter}
	SetKeyDelay, -1
	sleep 500
	SnapActiveWindow(winPlaceVertical, winPlaceHorizontal, winSizeHeight)

It seems the key-point is the delay between ^l and ^c.
For me the following works

    Send ^l
    Send ^c
    Send ^w^n^v{enter}
    sleep 500
    SnapActiveWindow(winPlaceVertical, winPlaceHorizontal, winSizeHeight)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions