mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 19:41:27 +00:00
Before this a commit a keybind of CTRL + \ would create a GTK accelerator of <Ctrl>\, which is incorrect. It needs to be <Ctrl>backslash, which can be retrieved with gdk_keyval_name(). Signed-off-by: Tristan Partin <tristan@partin.io>