# BetterTouchTool desktop fix prompt Use this prompt with Codex on the other machine: ```text BetterTouchTool is glitchy, especially in Obsidian. Please inspect the live BetterTouchTool configuration, not just any old exported preset. Important context: - On another machine, the real problem was in the live BTT database, not in the old exported preset. - The authoritative live file was: ~/Library/Application Support/BetterTouchTool/btt_data_store.version_6_311_build_2026032702 - The old exported preset was stale and did not reflect the current live state. What to check: 1. Inspect the live BTT database / active config and logs. 2. Look for duplicate active Global gesture containers or duplicate active Global gestures. 3. Specifically check for duplicate Global "4 Finger Swipe Down" gestures with no modifiers. 4. Confirm whether there are two no-modifier Global "4 Finger Swipe Down" gestures: - one sending Cmd+M - one sending Cmd+W 5. If both exist, disable the newer Global "4 Finger Swipe Down -> Cmd+W" only. 6. Keep the older Global "4 Finger Swipe Down -> Cmd+M". 7. Keep the Obsidian-specific "4 Finger Swipe Down -> Cmd+W". 8. Restart BetterTouchTool after the change. Also investigate these likely false-positive gestures: - Global "5 Finger Tap" with no modifiers -> "Enter Fullscreen (If Supported)" - Global "3 Finger Click" with no modifiers -> "Middle Click" If those are firing accidentally, identify them in the live config and tell me whether they should be disabled, remapped, or otherwise adjusted. ``` Useful findings from the other machine: - The live BTT state had newer changes than the exported preset. - The duplicated global 4-finger swipe was the main real conflict. - BetterTouchTool logs showed many accidental-looking firings of `Enter Fullscreen (If Supported)`. - `Middle Click` on the trackpad came from a global `3 Finger Click` gesture.