Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add three finger dragging #270

Closed
4 of 5 tasks
namtonthat opened this issue Jan 9, 2023 · 1 comment
Closed
4 of 5 tasks

Add three finger dragging #270

namtonthat opened this issue Jan 9, 2023 · 1 comment
Labels
new command Add a new command

Comments

@namtonthat
Copy link

  • I made sure this command is not in the commands list

  • I searched and didn't find this command in the listed issues

  • I know this defaults command exists

  • I know this command works on macOS current version

  • I know this command is deprecated on macOS current version

  • Folder: Trackpad

  • Command:

defaults write com.apple.AppleMultitouchTrackpad DragLock -bool false
defaults write com.apple.AppleMultitouchTrackpad Dragging -bool false
defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
  • Argument type (if applicable): bool
  • Examples:
   - folder: Trackpad
    name: Trackpad
    description: |
      Accessibility controls for macOS via Magic Trackpad or Magic Mouse.
    keys:
      - key: three-finger-dragging
        domain: com.apple.AppleMultitouchTrackpad
        title: Rearrange windows using three fingers
        param:
          type: bool
        examples:
          - value: true
            text: The ability to drag items using a three-finger gesture is an option for trackpads that support Force Touch.
          - value: false
            default: true
            text: Do nothing upon three finger gesture
        versions: [Ventura, Monterey, Big Sur, Catalina, Mojave]

      - key: dragging
        domain: com.apple.AppleMultitouchTrackpad
        title: Rearrange windows using Drag Lock
        param:
          type: bool
        examples:
          - value: true
            text: Enable window draging
          - value: false
            default: true
            text: Disable window draging
        versions: [Ventura, Monterey, Big Sur, Catalina, Mojave]

      - key: drag-lock
        domain: com.apple.AppleMultitouchTrackpad
        title: Rearrange windows using Drag Lock
        param:
          type: bool
        examples:
          - value: true
            text: Double-tap an item, then drag it without lifting your finger after the second tap; dragging continues when you lift your finger, and stops when you tap the trackpad once.
          - value: false
            default: true
            text: Double-tap an item, then drag it without lifting your finger after the second tap; when you lift your finger, the item stops moving.
        versions: [Ventura, Monterey, Big Sur, Catalina, Mojave]
@namtonthat namtonthat added the new command Add a new command label Jan 9, 2023
@yannbertrand
Copy link
Owner

Resolved by #251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Add a new command
Projects
None yet
Development

No branches or pull requests

2 participants