Skip to content

sendKeys() only sends the first key in the sequence #20

@adelmelle

Description

@adelmelle

The sendKeys() method only sends the first key to the host.
One way to fix, would be to change the return statements in said method into plain calls (e.g. just 'self.s3270.sendXXX' instead of 'return self.s3270.sendXXX') to avoid the method from returning after the first key was sent.

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