625 macos modifiers (#629)
* fix <C-Tab>
* fix <CMD-{key}>
* move the NSKeyUp special handling into the match statement
* add special handling for `<Cmd-.>`
* formatting
* add return type to msg_send!
This commit is contained in:
parent
b2b740fed7
commit
1c795c3f1c
3 changed files with 31 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
# Unreleased
|
||||
|
||||
- On macOS, fix `<C-Tab>` so applications receive the event.
|
||||
- On macOS, fix `<Cmd-{key}>` so applications receive the event.
|
||||
|
||||
# Version 0.17.1 (2018-08-05)
|
||||
|
||||
- On X11, prevent a compilation failure in release mode for versions of Rust greater than or equal to 1.30.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue