gitextract_uxgfe4hp/ ├── .github/ │ └── workflows/ │ ├── release.yml │ └── test.yml ├── .gitignore ├── LICENSE ├── Package.resolved ├── Package.swift ├── README.md ├── Sources/ │ ├── AutokbiswCore/ │ │ ├── IOKeyEventMonitor.swift │ │ └── Logger.swift │ └── autokbisw/ │ └── main.swift └── Tests/ └── autokbiswTests/ └── IOKeyEventMonitorTests.swift