Skip to content

Commit

Permalink
Merge pull request #27 from qbosen/master
Browse files Browse the repository at this point in the history
Fix some typo
  • Loading branch information
Vonng authored Apr 28, 2021
2 parents 826f256 + af15a94 commit f0fa43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mac_v3/capslock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4943,7 +4943,7 @@
]
},
{
"description": "t = iTerm2",
"description": "t = vscode",
"type": "basic",
"from": {
"key_code": "t",
Expand Down
6 changes: 3 additions & 3 deletions mac_v3/capslock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ rules:


#==========================================================#
# ( r ) --> safari / finder / mail #
# ( r ) --> iterm / preview / terminal #
#==========================================================#
- description: 'command + r = preview'
type: basic
Expand Down Expand Up @@ -1303,13 +1303,13 @@ rules:
from: { key_code: t, modifiers: { mandatory: [ left_option, right_command,right_control,right_shift,right_option ] } }
to: [ { shell_command: open -a notes } ]

- description: 't = iTerm2'
- description: 't = vscode'
type: basic
from: { key_code: t, modifiers: { mandatory: [ right_command,right_control,right_shift,right_option ] } }
to: [ { shell_command: open -a 'Visual Studio Code' } ]

#==========================================================#
# ( y ) --> siri / karabiner / amphetamine #
# ( y ) --> siri / karabiner / amphetamine #
#==========================================================#
- description: 'command + y = karabiner'
type: basic
Expand Down

0 comments on commit f0fa43a

Please sign in to comment.