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 characters
| { | |
| "description": "Caps Lock → Hyper (⇧⌃⌥⌘) or Backspace", | |
| "manipulators": [ | |
| { | |
| "from": { "key_code": "caps_lock" }, | |
| "to": [ | |
| { | |
| "key_code": "left_shift", | |
| "modifiers": ["left_command", "left_control", "left_option"] | |
| } |
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 characters
| [ | |
| { | |
| "name": "Dactyl Manuform 6x6", | |
| "author": "clbn" | |
| }, | |
| [ | |
| { | |
| "x": 2, | |
| "c": "#66bbcc" | |
| }, |
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 characters
| .list-card-labels .card-label { | |
| color: #fff !important; | |
| font-size: 8px !important; | |
| font-weight: bold; | |
| text-transform: uppercase; | |
| text-shadow: none !important; | |
| letter-spacing: 0.1em !important; | |
| line-height: 14px !important; | |
| max-width: inherit !important; |
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 characters
| #4285f4 | |
| #db4437 | |
| #f4b400 | |
| #0f9d58 | |
| #ab47bc | |
| #00acc1 | |
| #ff7043 | |
| #9e9d24 | |
| #5c6bc0 | |
| #f06292 |