Skip to content

Commit

Permalink
fix: global hide others shortcut (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Jun 25, 2022
1 parent 5e7c1ec commit dfae373
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/fix-global-hide-others-shortcut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tao": patch
---

Fix global hide others shortcut.
2 changes: 1 addition & 1 deletion src/platform_impl/macos/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl Menu {
make_menu_item(
"Hide Others",
Some(selector("hideOtherApplications:")),
Some(Accelerator::new(RawMods::AltMeta, KeyCode::KeyW)),
Some(Accelerator::new(RawMods::AltMeta, KeyCode::KeyH)),
menu_type,
),
)),
Expand Down

0 comments on commit dfae373

Please sign in to comment.