Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.1 KB

TASKS.md

File metadata and controls

32 lines (27 loc) · 1.1 KB

Tasks

  • Migrate Catch2 to boost-ext/ut.
  • Migrate Objective-C code to Swift.
    • KarabinerKit
    • MultitouchExtension
    • EventViewer
    • Menu
    • Settings
    • NotificationWindow
  • Migrate to SwiftUI.
    • MultitouchExtension
    • Settings
    • EventViewer
    • NotificationWindow
  • Update launch daemons and agents with dropping macOS 12 support.
  • Add disable scroll wheel feature.
  • Add scroll wheel to source events.
  • Add mouse movement to source events.
  • Add event_type to to in order to support key_down only event.
  • Support ignoring debouncing events

Done

Wontfix

  • Add IOHIDSystem keyboard implementation to support own adjustable key repeat feature.
    • IOHIDSystem has been deprecated at macOS Big Sur (macOS 11.0).