Last active
November 24, 2017 10:48
-
-
Save frippz/fe176d86a75f5c47839f3b9725218a97 to your computer and use it in GitHub Desktop.
Revisions
-
frippz revised this gist
Nov 24, 2017 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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. -
frippz revised this gist
Nov 24, 2017 . 1 changed file with 20 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" } ] } -
frippz created this gist
Nov 24, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" } ] }