Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

625 macos modifiers #629

Merged
merged 6 commits into from Aug 15, 2018
Merged

Conversation

sodiumjoe
Copy link
Contributor

@sodiumjoe sodiumjoe commented Aug 14, 2018

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created an example program if it would help users understand this functionality

fixes #625
fixes #623

@sodiumjoe
Copy link
Contributor Author

just tested with this branch of alacritty and it appears to work great

appkit::NSKeyUp => {
if let Some(key_window) = maybe_key_window() {
if event_mods(ns_event).logo {
msg_send![*key_window.window, sendEvent:ns_event];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget the let _: (). #428

@francesca64
Copy link
Member

Thanks! This looks great.

@sodiumjoe
Copy link
Contributor Author

@francesca64 any chance of shipping another patch so we can get this downstream into alacritty/alacritty#1403 😅

@francesca64
Copy link
Member

Yeah, feel free to make a PR.

@sodiumjoe
Copy link
Contributor Author

@francesca64 #630

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

macos: modified key issues On macOS, releasing a key while holding command does not send event
2 participants