Explorar o código

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

Lucas Fernandes Nogueira %!s(int64=4) %!d(string=hai) anos
pai
achega
ceadf2f556
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  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"