回答編集履歴

2

詳細を追記

2020/07/17 09:05

投稿

Kchan_01
Kchan_01

スコア110

test CHANGED
@@ -9,3 +9,15 @@
9
9
  defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
10
10
 
11
11
  ```
12
+
13
+
14
+
15
+ 2020/07/17 追記
16
+
17
+ 以下のコマンドでboolean型であることが確認できます。
18
+
19
+ ```
20
+
21
+ defaults read-type com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag 1
22
+
23
+ ```

1

訂正

2020/07/17 09:05

投稿

Kchan_01
Kchan_01

スコア110

test CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
 
4
4
 
5
+ ```terminal
6
+
5
7
  defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true
6
8
 
7
9
  defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
10
+
11
+ ```