Public/Authoral/Enter.ps1


function Enter {
    [CmdletBinding()]
    param()

    & adb shell input keyevent 66
}