Comment by quantummagic
Comment by quantummagic 2 days ago
Is there any way for Ghostty to grab all keystrokes? It's a bit of a drag to type ctrl-w inside of Vim, and have the entire browser-tab close ;-)
Comment by quantummagic 2 days ago
Is there any way for Ghostty to grab all keystrokes? It's a bit of a drag to type ctrl-w inside of Vim, and have the entire browser-tab close ;-)
I'm curious how you set the accelerator key choice, to Super? Does that let you use function keys inside the Ghostty terminal too?
https://github.com/mozilla-firefox/firefox/blob/FIREFOX_143_...
# Use 17 for Ctrl, 18 for Alt, 91 or 224 for Meta, 0 for none.
- name: ui.key.accelKey
type: uint32_t
#ifdef XP_MACOSX
value: 224
#else
value: 17
#endif
// user.js
user_pref("ui.key.accelKey", 91);
You could use Firefox and then set the accelerator key to Super, changing all application bindings to use Super instead of Control. This is my setup and it’s great.