mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 03:21:18 +00:00
Some control key combinations must be handled specially by Ghostty to prevent undesirable behavior at the OS level. For now, this includes only Ctrl-/, which makes a "beep" sound when processed by AppKit. It is unclear why this beep occurs and no answer was found after extensive searching. This solution is inspired by iTerm2, which also handles certain control key combinations (including C-/) manually before passing them on to Cocoa/AppKit.