https://github.com/tmcdonell/config-karabiner
Karabiner configuration
https://github.com/tmcdonell/config-karabiner
Last synced: 4 months ago
JSON representation
Karabiner configuration
- Host: GitHub
- URL: https://github.com/tmcdonell/config-karabiner
- Owner: tmcdonell
- Created: 2015-09-08T22:25:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T15:59:16.000Z (about 5 years ago)
- Last Synced: 2025-04-05T10:23:37.879Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Karabiner
=========
Configuration files for Karabiner, the keyboard customiser for OS X.
https://pqrs.org/osx/karabiner/
Karabiner stores the configuration in `$HOME/Library/Application Support/Karabiner/`
Karabiner-elements stores its configuration in `$HOME/.config/karabiner/karabiner.json`.
To fix key repeat rate (requires logout):
```sh
$ defaults write NSGlobalDomain InitialKeyRepeat -int 10
$ defaults write NSGlobalDomain KeyRepeat -int 1
```