Skip to content

Commit

Permalink
Add support for Karabiner Elements (#899)
Browse files Browse the repository at this point in the history
* Add support for PyCharm 2016.2

* Add support for Karabiner Elements

* Add support for Keyboard Maestro

* Add support for CLion
  • Loading branch information
danielsuo authored and lra committed Nov 22, 2016
1 parent 64b9786 commit 37b4e07
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## WIP

- Add support for CLion 2016.2 (via @danielsuo)
- Add support for Keyboard Maestro (via @danielsuo)
- Add support for Karabiner Elements (via @danielsuo)
- Add support for PyCharm 2016.2 (via @danielsuo)
- Add support for Telegram for macOS (via @matti)
- Add support for Paintbrush 2.1.2 (via @domenicbrosh)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Chef](https://www.chef.io/chef/)
- [Chicken](http://sourceforge.net/projects/chicken/)
- [Clementine](https://www.clementine-player.org/)
- [CLion](https://www.jetbrains.com/clion/)
- [ClipMenu](http://www.clipmenu.com/)
- [Clipy](https://clipy-app.com/)
- [CloudApp](http://getcloudapp.com/)
Expand Down Expand Up @@ -293,10 +294,12 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Jumpcut](http://jumpcut.sourceforge.net/)
- [Kaleidoscope](http://www.kaleidoscopeapp.com/)
- [Karabiner](https://pqrs.org/osx/karabiner/)
- [Karabiner Elements](https://github.com/tekezo/Karabiner-Elements)
- [KeePassX](http://www.keepassx.org/)
- [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake)
- [Keka](http://www.kekaosx.com/en/)
- [Keybase](https://keybase.io/)
- [Keyboard Maestro](http://www.keyboardmaestro.com)
- [Keymo](http://manytricks.com/keymo/)
- [KeyRemap4MacBook](https://pqrs.org/osx/karabiner/)
- [Kwm](https://koekeishiya.github.io/kwm/)
Expand Down
6 changes: 6 additions & 0 deletions mackup/applications/clion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[application]
name = CLion

[configuration_files]
Library/Preferences/CLion2016.2
Library/Application Support/CLion2016.2
5 changes: 5 additions & 0 deletions mackup/applications/karabiner-elements.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = Karabiner Elements

[configuration_files]
.karabiner.d
5 changes: 5 additions & 0 deletions mackup/applications/keyboard-maestro.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = Keyboard Maestro

[configuration_files]
Library/Application Support/Keyboard Maestro

0 comments on commit 37b4e07

Please sign in to comment.