I am using Sublime Text build 4169 on MacOS Sonoma 14.2.1 and I am trying to figure out how to get it to work with MacGPT 3.19. MacGPT has an “inline trigger” where you enter a trigger word, use a trigger method, and then it kicks off in the context of the app. The trigger method is shift-return. i tested that in other apps and it works there. It doesn’t in ST4, though. I tried borking ST4’s key binding by entering …
[
{ “keys”: [“shift+enter”], “command”: “noop” }
]
… in the right side of settings > key bindings but it doesn’t seem to help. Is there anything else that i am missing?