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

This commit is contained in:
Lucas Fernandes Nogueira 2021-04-21 09:12:18 -03:00 committed by GitHub
parent 001e6f516b
commit ceadf2f556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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"