Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 890 Bytes

TASKS.md

File metadata and controls

29 lines (24 loc) · 890 Bytes

Tasks

  • Migrate Objective-C code to Swift.
    • EventViewer
    • KarabinerKit
    • Menu
    • Preferences
    • MultitouchExtension
    • NotificationWindow
  • Migrate to SwiftUI.
    • Preferences
    • MultitouchExtension
    • EventViewer
    • NotificationWindow
  • 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).