-
-
Save y56/94752189eeafe65ab4a715ebf658d4c1 to your computer and use it in GitHub Desktop.
AppleWirelessKeyboard is a small utility program for Windows that talks to the Apple Wireless Keyboard and responds to the Fn and Eject keys. Then it simulates native mac functionality. It adds the beautiful semitransparent overlays adds functions to otherwise dead keys. If you love the Apple Wireless Keyboard as much as I do, give this project …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppleWirelessKeyboard | |
Windows companion application for the Apple Wireless Keyboard which makes Fn and Eject keys work | |
Project Page | |
Please submit pull requests so we can keep this project moving! | |
AppleWirelessKeyboard is a small utility program for Windows that talks to the Apple Wireless Keyboard and responds to the Fn and Eject keys. Then it simulates native mac functionality. It adds the beautiful semitransparent overlays adds functions to otherwise dead keys. If you love the Apple Wireless Keyboard as much as I do, give this project a try. | |
The project is now open source on GitHub! | |
Implemented Features: | |
Function Keys | |
F1-F2: Brightness Control on supported devices | |
F3: Print Screen | |
F4: Task Manager | |
F7-F9: Media Control | |
F10-F12: System Volume Control | |
Ctrl + F9: Switch audio output devices | |
Eject: toggle if function keys work as on Windows or as on Mac | |
Fn + function key triggers the Mac like shortcut | |
Fn + Backspace = Delete | |
Fn + Arrows | |
Up: Page Up | |
Down: Page Down | |
Left: Home | |
Right: End | |
Fn + Eject: Eject CD | |
FAQ | |
Some antivirus programs detect this program as a virus. This is because it is intercepts key presses to provide its functionality. If you are still afraid, you can check out the source code on GitHub or use one of many decompilers to examine the source code of the program. | |
Apple Wired Keyboard is supported, but the fn key will not work. Thats because the keyboard doesn't send the event to the computer at all. Fn key doesn't work on Apple USB Keyboard. Its a hardware issue i can't fix. | |
This program doesn't install on your computer. All you have to do to get rid of it is to delete the file you downloaded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment