Skip to content

Commit

Permalink
Merge pull request #20 from cbracco/add_recipe_draglock
Browse files Browse the repository at this point in the history
added recipe for double tap to drag with drag lock
  • Loading branch information
Roderik van der Veer committed Dec 29, 2014
2 parents fc28f4b + 0ca67c4 commit 25e6dfe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes/trackpad_double_tap_to_drag_with_drag_lock.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
osxdefaults_defaults "Double-tap to drag with drag lock 1/2" do
domain 'com.apple.driver.AppleBluetoothMultitouch.trackpad'
key 'Dragging'
boolean true
end

osxdefaults_defaults "Double-tap to drag with drag lock 2/2" do
domain 'com.apple.driver.AppleBluetoothMultitouch.trackpad'
key 'DragLock'
boolean true
end

0 comments on commit 25e6dfe

Please sign in to comment.