Skip to content

Instantly share code, notes, and snippets.

@frippz
Last active November 24, 2017 10:48
Show Gist options
  • Select an option

  • Save frippz/fe176d86a75f5c47839f3b9725218a97 to your computer and use it in GitHub Desktop.

Select an option

Save frippz/fe176d86a75f5c47839f3b9725218a97 to your computer and use it in GitHub Desktop.

Revisions

  1. frippz revised this gist Nov 24, 2017. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Installation

    _This file is a complex modification meant for [Karabiner Elements](https://pqrs.org/osx/karabiner/). It has been tested on a WASD V2 88-Key Tenkeyless on macOS High Sierra using Karabiner Elements 11.3.0. YMMV._

    1. Navigate to `~/.config/karabiner/` and open `karabiner.json`
    2. Locate the node `complex_modifications` (mine was around line 8)
    3. Locate the sub-node `rules` and add the contents of `karabiner-1password.json` inside the brackets
    4. Open Karabiner Elements and check the tab "Complex Modifications" to ensure that the rule "Open 1Password Mini" shows up in the list.
  2. frippz revised this gist Nov 24, 2017. 1 changed file with 20 additions and 20 deletions.
    40 changes: 20 additions & 20 deletions karabiner-1password.json
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,20 @@
    {
    "description": "Open 1Password Mini",
    "manipulators": [
    {
    "from": {
    "key_code": "f13"
    },
    "to": [
    {
    "key_code": "backslash",
    "modifiers": [
    "left_command",
    "left_option"
    ]
    }
    ],
    "type": "basic"
    }
    ]
    }
    {
    "description": "Open 1Password Mini",
    "manipulators": [
    {
    "from": {
    "key_code": "f13"
    },
    "to": [
    {
    "key_code": "backslash",
    "modifiers": [
    "left_command",
    "left_option"
    ]
    }
    ],
    "type": "basic"
    }
    ]
    }
  3. frippz created this gist Nov 24, 2017.
    20 changes: 20 additions & 0 deletions karabiner-1password.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    {
    "description": "Open 1Password Mini",
    "manipulators": [
    {
    "from": {
    "key_code": "f13"
    },
    "to": [
    {
    "key_code": "backslash",
    "modifiers": [
    "left_command",
    "left_option"
    ]
    }
    ],
    "type": "basic"
    }
    ]
    }