Sublime Forum

Keybindings in Sublime Text 4

#1

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?

0 Likes

#2

Sublime uses a custom editing component and does not share the common one that is generally used for text input on MacOS.

So possibly the reason for this is that your GPT program is waiting for input in a place it will never get it.

0 Likes