Skip to content
This repository was archived by the owner on Jun 10, 2018. It is now read-only.
This repository was archived by the owner on Jun 10, 2018. It is now read-only.

On OS X 10.13 Beta, key injection does not work #99

Description

@bakkiraju

from autopy import key
import time

key.toggle(long(key.K_CAPSLOCK), True)
time.sleep(5)
key.toggle(long(key.K_CAPSLOCK), False)

I dont see caps lock turning on and going off after 5 secs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions