diff --git a/macos/Sources/Ghostty/SurfaceView_AppKit.swift b/macos/Sources/Ghostty/SurfaceView_AppKit.swift index 2aee1cd5a..3c2c17a81 100644 --- a/macos/Sources/Ghostty/SurfaceView_AppKit.swift +++ b/macos/Sources/Ghostty/SurfaceView_AppKit.swift @@ -692,6 +692,11 @@ extension Ghostty { // sound and we don't like the beep sound. equivalent = "_" + case "\r": + // Pass C- through verbatim + // (prevent the default context menu equivalent) + equivalent = "\r" + default: // Ignore other events return false