Browse Source

fix(core): macos shortcut modifiers, closes #1542 (#1560)

Lucas Fernandes Nogueira 4 years ago
parent
commit
ceadf2f556
2 changed files with 6 additions and 1 deletions
  1. 5 0
      .changes/macos-modifiers.md
  2. 1 1
      core/tauri/Cargo.toml

+ 5 - 0
.changes/macos-modifiers.md

@@ -0,0 +1,5 @@
+---
+"tauri": patch
+---
+
+Fixes macOS shortcut modifiers keycodes.

+ 1 - 1
core/tauri/Cargo.toml

@@ -42,7 +42,7 @@ bytes = { version = "1", features = [ "serde" ] }
 http = "0.2"
 clap = { version = "=3.0.0-beta.2", optional = true }
 notify-rust = { version = "4.3.0", optional = true }
-tauri-hotkey = { version = "0.1.0", optional = true }
+tauri-hotkey = { version = "0.1.1", optional = true }
 open = "1.7.0"
 shared_child = "0.3"
 os_pipe = "0.9"