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

@ -72,8 +72,6 @@ fn main() {
let installation_id = app.background().block(installation_id()).ok();
init_panic_hook(&app, installation_id.clone());
app.background();
load_embedded_fonts(&app);
let fs = Arc::new(RealFs);