-
Notifications
You must be signed in to change notification settings - Fork 974
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
Added special multimedia keycodes + restructured code #106
Conversation
+1 |
Thanks @vshymanskyy! I'll take a deeper look and test later today. |
👍 |
I hope someone can test this on Windows & implement for OS X ;) |
That's my plan! |
Are there any estimations when it could be published on the npm? |
Here is my story: https://www.facebook.com/vshymanskyy/posts/958231610900947?pnref=story |
Most likely before Thursday. I'm traveling today so I'll be pretty busy, but I'll try to take a look today. |
I'm getting errors compiling on Mac, working on fixing it now. Example:
It complains on keys that don't exist. |
this should be simple to fix.. i just added it to every platform. |
I figured that out, but this change is causing a warning on Mac:
I'm going to see if I can fix this real quick. |
Please tell me if you need any help... |
I'm focusing my time on a breaking bug right now, if you can fix this warning please do. |
any news about this? thanks :) |
I'm just going to merge it and fix the warning later, sorry for the delay. |
Added special multimedia keycodes + restructured code.
Restructured code a bit to make adding keyboard keycodes much easier.
Added multimedia keys + brightness control. This should be also possible on Cocoa but I didn't have a chance to investigate.
Fixes #91