Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2017 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f991be64a1bda1fd8af08df92f6b60d4 to your computer and use it in GitHub Desktop.
Save anonymous/f991be64a1bda1fd8af08df92f6b60d4 to your computer and use it in GitHub Desktop.
A simple profile to add Window Snapping and MacOS trackpad Space Switching and Mission Control gestures to BTT Remote
{
"BTTPresetName" : "Window Snapping and Remote Trackpad",
"BTTPresetUUID" : "6907253F-6E2B-484C-ACF1-5B4E00F2E820",
"BTTPresetContent" : [
{
"BTTAppBundleIdentifier" : "com.apple.finder",
"BTTAppName" : "Finder",
"BTTAppSpecificSettings" : {
},
"BTTTriggers" : [
]
},
{
"BTTAppBundleIdentifier" : "BT.G",
"BTTAppName" : "Global",
"BTTAppSpecificSettings" : {
},
"BTTTriggers" : [
{
"BTTTriggerType" : 303,
"BTTTriggerTypeDescription" : "3 Finger Swipe Up",
"BTTTriggerClass" : "BTTTriggerTypeBTTRemote",
"BTTPredefinedActionType" : 5,
"BTTPredefinedActionName" : "Mission Control",
"BTTEnabled" : 1,
"BTTOrder" : 0
},
{
"BTTTriggerType" : 302,
"BTTTriggerTypeDescription" : "3 Finger Swipe Right",
"BTTTriggerClass" : "BTTTriggerTypeBTTRemote",
"BTTPredefinedActionType" : 113,
"BTTPredefinedActionName" : "Move Left a Space",
"BTTEnabled" : 1,
"BTTOrder" : 2
},
{
"BTTTriggerType" : -1,
"BTTTriggerClass" : "BTTTriggerTypeBTTRemote",
"BTTEnabled" : 1,
"BTTOrder" : 3
},
{
"BTTTriggerType" : 301,
"BTTTriggerTypeDescription" : "3 Finger Swipe Left",
"BTTTriggerClass" : "BTTTriggerTypeBTTRemote",
"BTTPredefinedActionType" : 114,
"BTTPredefinedActionName" : "Move Right a Space",
"BTTEnabled" : 1,
"BTTOrder" : 1
}
]
}
],
"BTTPresetSnapAreas" : [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment