This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ruben Niculcea
committed
May 4, 2019
0 parents
commit 703bb5d
Showing
34 changed files
with
1,397 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## Build generated | ||
build/ | ||
DerivedData/ | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
## Other | ||
*.moved-aside | ||
*.xcuserstate | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
|
||
# CocoaPods | ||
# | ||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control | ||
# | ||
# Pods/ | ||
|
||
# Carthage | ||
# | ||
# Add this line if you want to avoid checking in source code from Carthage dependencies. | ||
# Carthage/Checkouts | ||
|
||
Carthage/Build | ||
|
||
# fastlane | ||
# | ||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
# screenshots whenever they are needed. | ||
# For more information about the recommended setup visit: | ||
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md | ||
|
||
fastlane/report.xml | ||
fastlane/screenshots | ||
|
||
#Code Injection | ||
# | ||
# After new code Injection tools there's a generated folder /iOSInjectionProject | ||
# https://github.com/johnno1962/injectionforxcode | ||
|
||
iOSInjectionProject/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 Ruben Nic | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Touch Bar Keyboard | ||
|
||
Does your new MacBook Pro Keyboard keep breaking? Are you out of warranty? Can you not only use external keyboards? | ||
|
||
Add a fully functional keyboard to your touch bar! No thinness lost, it's the perfect solution! | ||
|
||
![Touch Bar Keyboard Open Icon](screenshot1.png) | ||
![Touch Bar Keyboard Keys](screenshot2.png) | ||
|
||
A prebuilt release can be downloaded here. | ||
|
||
Touch Bar Keyboard lives in your menu bar if for whatever reason you don't want need it anymore. Like if you bought a MacBook Pro 2015. | ||
![Touch Bar Keyboard Menu Bar Icon](menuBar.png) | ||
|
||
*Note:* Touch Bar Keyboard does require accessibility features to send keys. It will ask for these permissions when launched. Below is screenshots showing how to accept these permissions. | ||
|
||
![Open System Preferences Alert](install1.png) | ||
![Allow Touch Bar Keyboard Accessibility Features](install2.png) | ||
|
||
|
||
## Q & A | ||
|
||
Q: How can I use this on my non-Touch Bar MacBook? | ||
A: [This link should help.](https://www.apple.com/shop/buy-mac/macbook-pro/13-inch-space-gray-256gb-2.3ghz-quad-core#) | ||
|
||
Q: How come the key don’t repeat when you hold them down? | ||
A: How come your keys don’t work at ALL when you hold them down? | ||
|
||
Q: Why did you do this? | ||
A: "I think the next best thing to solving a problem is finding some humor in it." - Frank A. Clark | ||
|
||
Q: Can this be submitted to the App Store? | ||
A: Nope. It uses private API to put a Touch Bar Item in the System Tray Touch Bar Group. | ||
|
||
## Author | ||
|
||
[Ruben Nic](https://rubennic.com) | ||
[@RubensSandwich](https://twitter.com/RubensSandwich) | ||
|
||
## Credit | ||
|
||
mikicon - [Icon touch bar by mikicon from the Noun Project](https://thenounproject.com/search/?q=touch%20bar&i=741573) | ||
|
||
Alexsander Akers - [Private API usage](https://github.com/a2/touch-baer) | ||
|
||
## License | ||
|
||
Touch Bar Keyboard is available under the MIT license. See the LICENSE file for more info. |
Oops, something went wrong.