Pages

Saturday, 26 March 2022

Karabiner Config File


Prebuilt, device-specific Karabiner config files to enable every button on your mouse, touchpad or keyboard on OS X.

Karabiner Config Files Collection.

Prebuilt, device-specific Karabiner config files to enable every button on your mouse, touchpad or keyboard on OS X, even when no driver available.

Prerequisite

Download and install Karabiner from here.

Quick Installation

Paste the following line in a terminal and press enter.

cd ~/Library/Application\ Support/Karabiner/ && git clone https://github.com/Jamesits/james-karabiner-config.git

Then edit ~/Library/Application\ Support/Karabiner/private.xml to be like this:

<?xml version="1.0"?>
<root>
    <include once="true" path="james-karabiner-config/all.xml"/> <!-- put this line directly under <root>! -->
</root>

Finally, open Karabiner preference and click the "Reload XML" button under "Change Key" tab. Some new options will show up on the top of the list.

Update

cd ~/Library/Application\ Support/Karabiner/ && git pull

Supported Devices List

from https://github.com/Jamesits/james-karabiner-config
-----

Karabiner-Elements

A powerful and stable keyboard customizer for macOS.
Supported systems
 macOS 12 Monterey
 macOS 11 Big Sur
 Both Intel-based Macs and Apple Silicon Macs are supported.

Easy to use

You can configure simple key mappings from GUI.

Read more …

Powerful

There are many powerful, predefined rules.

  • Diamond cursor
  • Emacs key bindings anywhere
  • Vi key bindings
  • Prevent unintended command-q
  • Mouse keys

You can import them from the Internet.

Read more …

Flexible

You can write your own rules if you want to modify existing rules or create new rules from scratch.

Read more …


https://karabiner-elements.pqrs.org/docs/

from https://karabiner-elements.pqrs.org/

No comments:

Post a Comment