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:
parent
7efcd60608
commit
8f8a99d788
4 changed files with 24 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue