Bind cmd-? to assistant::toggle_focus

Bypass system help menu shortcut at the app delegate level to achieve this.

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Nathan Sobo 2023-06-28 11:43:24 +02:00
parent 7efcd60608
commit 8f8a99d788
4 changed files with 24 additions and 3 deletions

View file

@ -939,7 +939,6 @@ extern "C" fn send_event(this: &mut Object, _sel: Sel, native_event: id) {
}
}
}
msg_send![super(this, class!(NSApplication)), sendEvent: native_event]
}
}