-
Notifications
You must be signed in to change notification settings - Fork 123
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
When is active, the Spotlight shortcut stopped working #1
Comments
@aahung I have the same issue, here's the log for cmd spacebar: |
@azeemmohd is it for a single "CMD+SPACE" hit or two? |
Single. I have temporarily mapped my spotlight to another shortcut. |
@azeemmohd That's odd, on my Mac when I hit "CMD+SPACE", there are only two lines, and you get 4 lines, which means "keydown + keyup + keydown + keyup"
|
Yup, that seems to be the case here. I tried it a couple of times, and its
always 4 lines for a single cmd space click.
…On Fri, 22 Jun 2018 at 3:26 PM, _sam ***@***.***> wrote:
@azeemmohd <https://github.com/azeemmohd> That's odd, on my Mac when I
hit "CMD+SPACE", there are only two lines, and you get 4 lines, which means
"keydown + keyup + keydown + keyup"
1529661297.247138 Key(49) Event(11)
1529661297.192024 Key(49) Event(10)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGcUCiXK6QAieG7bE42d_zp4-qYekFR0ks5t_L81gaJpZM4UyZ2e>
.
|
@azeemmohd can you try this version I just created? It will ignore "space" key for good. |
Perfect. Works like a charm. :)
…On Fri, Jun 22, 2018 at 3:30 PM _sam ***@***.***> wrote:
@azeemmohd <https://github.com/azeemmohd> can you try this version I just
created? It will ignore "space" key for good.
Unshaky.app.zip
<https://github.com/Aahung/Unshaky/files/2127171/Unshaky.app.zip>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGcUCkyYDjWgCnUNwadSIAVxZgJtqs4pks5t_MBKgaJpZM4UyZ2e>
.
|
@azeemmohd Cool I will update the release with this version. |
Since I cannot let it reappear on my Mac, I will leave this issue open for now. |
@valencar @azeemmohd , what are your OS versions? I wanna if it has something to do with it, like issue #5. |
I believe this issue is related to #8. I user from reddit reported his log below
Notice key 55, which is command key, is registered. While on my Mac (and some other users) the command key is never registered in debug mode. Maybe this is the reason why I can never make this issue appear on my Mac. I will look into it later. |
I think I was wrong, 55 indeed showed up on my Mac :-( |
More report from that user: option+space does not induce two consecutive spaces. So command key is the reason.
|
I worked around by setting the ms of delay for only the spacebar to 0. So far so good... |
@ghost711 you found it out. That's awesome! I never could reproduce this problem on my Mac. |
@aahung Somehow the build I have built for myself including all the latest commits from the dev branch still have the issue with CMD + space. MacOS 10.14.1 - mbp 2018 touch bar Since I'm new to this project so if there is any information you need or so, just tell me and I would be pleased to provide you. |
@daothanhduy305 Currently |
Damn, that's too bad. It's still working perfect for my machine. Guess there must be more variables than I thought at first. Oh well. Good luck! |
Guys, please try this version of Unshaky (v0.3.0) and turn on the option below: |
Thanks, I'll try it later. Mine is currently at an AASP for a keyboard repair (Not only duplicating the spacebar but also it doesn't work for some pressing position). @aahung I can confirm that now it works as expected with the version 0.3.0 |
@daothanhduy305 that is great! |
The Cmd + Space shortcut, its not working.
The text was updated successfully, but these errors were encountered: