Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed Aug 23, 2021
1 parent 8d542af commit c0a3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MouseTap.m
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ - (void)start
active tap to do so causes various problems:
- Triggers additional permissons dialogs when interacting with authorization services dialogs
- Interferes with "shake to locate cursor" (when using Trackpad)
= Interferes with the 2-finger "show notificaton center" gesture */
- Interferes with the 2-finger "show notificaton center" gesture */
self.passiveTapPort=(CFMachPortRef)CGEventTapCreate(kCGSessionEventTap,
kCGTailAppendEventTap,
kCGEventTapOptionListenOnly,
Expand Down

0 comments on commit c0a3d0f

Please sign in to comment.