Skip to content

Commit

Permalink
feat: CMD+SPACE as binding for vrsjmp
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Feb 16, 2024
1 parent fd0d2e5 commit 689153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrsjmp/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fn main() -> Result<()> {
let handle = app.handle();
let mut shortcuts = app.global_shortcut_manager();
shortcuts
.register("CMD+CTRL+SPACE", move || {
.register("CMD+SPACE", move || {
let visible = window
.is_visible()
.expect("should retrieve window visibility");
Expand Down

0 comments on commit 689153e

Please sign in to comment.