This repository has no description
Something went wrong. Try again.
macOS: fix incorrect delete symbol mapping (#12011) master
`GHOSTTY_KEY_DELETE` should be mapped to `KeyEquivalent.deleteForward`. This fixes the correct symbol showing in the menu. Previously, both `GHOSTTY_KEY_DELETE` and `GHOSTTY_KEY_BACKSPACE` were showing `⌫`, but `GHOSTTY_KEY_DELETE` only worked for `fn+delete`. Add the following keybind and observe the symbol in the menu: ``` keybind=delete=new_tab ``` <img width="535" height="318" alt="image" src="https://github.com/user-attachments/assets/67ed7b5d-f848-42ee-a382-fe364d86cb2c" />
Author Mitchell Hashimoto Committer GitHub Date (Mar 31, 2026, 1:38 PM UTC) Commit f140b146 f140b1463fc7f0d5a3d84d09663d90ea31c2ea85 Parent f8275301 f82753010300668d67c884fd75f618e7493978b8