Skip to content

Commit

Permalink
fix: dupe doc entry
Browse files Browse the repository at this point in the history
* add new keyboard image
* fix serval doc typo
  • Loading branch information
Vonng committed Mar 21, 2018
1 parent 1ab1d54 commit 2b6a88a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
2. Copy URL to your browser to import configuration script.

```bash
# This Repo
karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/Vonng/Capslock/master/mac/caps_lock.json
# This Repo (open in safari)
karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/Vonng/Capslock/master/mac/capslock.json
```

```bash
# Karabiner-Elements Offical Script Gallery
karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs.org%2Fosx%2Fkarabiner%2Fcomplex_modifications%2Fjson%2Fcaps_lock_enhancement.json
```
Expand Down Expand Up @@ -224,23 +226,22 @@ karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs
| `=` Equal | `+` | Plus |
| `[` Left Bracket | `(` | Left Round Bracket `⇧9` |
| `]` Right Bracket | `)` | Right Round Bracket `⇧0` |
| `\` Back Slash | `|` | Bar |
| `;` Semicolon | `!` | Exclamation |
| `'` Single Quote | `=` | EqualSign |
| `⌘;` Semicolon | `!` | Colon |
| `⌘'` Single Quote | `=` | EqualSign |

### Misc

| Origin | Maps to | Comment |
| ---------------------- | ------------------- | ---------------------------------------- |
| Origin | Maps to | Comment |
| ---------------------- | ------------------- | ---------------------------------------------- |
| `` Escape | `` CapsLock | Bug: Difficult to turn capslock off after emit |
| `~` BackQuote | `⌃⇧⌘4` | macOS Area Screenshot to Clipboard |
| `⌘~` Command+BackQuote | `⌃⇧4` | macOS Area Screenshot to Desktop File |
| `` Backspace | `⌘⌫` | macOS Delete File |
| `` Return | `=` | Return to Equal Sign |
| `/` Slash | `⌘/` Command+Slash | Comment/Uncomment in many IDE |
| `` Spacebar | `⌃␢` Ctrl+Spacebar | Switch Input Source |
| `~` BackQuote | `⌃⇧⌘4` | macOS Area Screenshot to Clipboard |
| `⌘~` Command+BackQuote | `⌃⇧4` | macOS Area Screenshot to Desktop File |
| `` Backspace | `⌘⌫` | macOS Delete File |
| `/` Slash | `⌘/` Command+Slash | Comment/Uncomment in many IDE |
| `\` Backslash | `⌘/` Command+Slash | Comment/Uncomment in many IDE |
| `` Spacebar | `⌃␢` Ctrl+Spacebar | Switch Input Source |



Expand Down
21 changes: 12 additions & 9 deletions mac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,28 @@

* For older OS X user, refers to [old](../mac-old) `karabiner` XML-Format configuration script.



## Install
## Install (mac)

1. Download [Karabiner-Elements](https://pqrs.org/osx/karabiner/) and Install
2. Copy URL to your browser to import configuration script.

```bash
# This Repo
# This Repo (open in safari)
karabiner://karabiner/assets/complex_modifications/import?url=https://raw.githubusercontent.com/Vonng/Capslock/master/mac/capslock.json
```

```bash
# Karabiner-Elements Offical Script Gallery
karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs.org%2Fosx%2Fkarabiner%2Fcomplex_modifications%2Fjson%2Fcaps_lock_enhancement.json
```

3. Open Karabiner, Tab "ComplexModification", Button "Add Item", and enable entries you like.
4. Default conf file path is `$HOME/.config/karabiner/assets/complex_modifications`. Modify it if you like.
5. Enable functions:`[App] karabiner-elements -> [Tab] Complex Modification -> Add Item`
5. Enable functions: `[App] karabiner-elements -> [Tab] Complex Modification -> Add Item`



#### Notice

Expand All @@ -43,7 +46,9 @@ karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs



## Usage


## Usage (mac)

![](../images/keyboard.png)

Expand Down Expand Up @@ -212,7 +217,6 @@ karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs
| `=` Equal | `+` | Plus |
| `[` Left Bracket | `(` | Left Round Bracket `⇧9` |
| `]` Right Bracket | `)` | Right Round Bracket `⇧0` |
| `\` Back Slash | `|` | Bar |
| `;` Semicolon | `!` | Exclamation |
| `'` Single Quote | `=` | EqualSign |
| `⌘;` Semicolon | `!` | Colon |
Expand All @@ -226,7 +230,6 @@ karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fpqrs
| `~` BackQuote | `⌃⇧⌘4` | macOS Area Screenshot to Clipboard |
| `⌘~` Command+BackQuote | `⌃⇧4` | macOS Area Screenshot to Desktop File |
| `` Backspace | `⌘⌫` | macOS Delete File |
| `` Return | `=` | Return to Equal Sign |
| `/` Slash | `⌘/` Command+Slash | Comment/Uncomment in many IDE |
| `` Spacebar | `⌃␢` Ctrl+Spacebar | Switch Input Source |

| `\` Backslash | `⌘/` Command+Slash | Comment/Uncomment in many IDE |
| `` Spacebar | `⌃␢` Ctrl+Spacebar | Switch Input Source |
Binary file modified mac/keyboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b6a88a

Please sign in to comment.