Skip to content

Commit

Permalink
rev 3.0.3 fix bugs
Browse files Browse the repository at this point in the history
* fix typoe leflt
* fix invalid character in Hyper Terminal
  • Loading branch information
Vonng committed Apr 13, 2021
1 parent 23746c5 commit 826f256
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 26 deletions.
60 changes: 51 additions & 9 deletions mac/capslock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Capslock Enhancement",
"url": "https://vonng.com/capslock.json",
"version": "3.0.1",
"version": "3.0.3",
"maintainers": [
"Vonng"
],
Expand Down Expand Up @@ -4394,7 +4394,7 @@
"key_code": "tab",
"modifiers": [
"left_command",
"lelft_shift"
"left_shift"
]
}
]
Expand Down Expand Up @@ -4743,7 +4743,7 @@
"key_code": "tab",
"modifiers": [
"left_control",
"lelft_shift"
"left_shift"
]
}
]
Expand Down Expand Up @@ -5262,9 +5262,7 @@
},
"to": [
{
"key_code": "f5"
},
{
"key_code": "f5",
"modifiers": [
"left_control"
]
Expand Down Expand Up @@ -5311,9 +5309,7 @@
},
"to": [
{
"key_code": "f5"
},
{
"key_code": "f5",
"modifiers": [
"left_shift"
]
Expand Down Expand Up @@ -5342,6 +5338,52 @@
]
}
]
},
{
"description": "v = ctrl-v",
"type": "basic",
"from": {
"key_code": "v",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "v",
"modifiers": [
"left_control"
]
}
]
},
{
"description": "b = ctrl-b",
"type": "basic",
"from": {
"key_code": "b",
"modifiers": {
"mandatory": [
"right_command",
"right_control",
"right_shift",
"right_option"
]
}
},
"to": [
{
"key_code": "b",
"modifiers": [
"left_control"
]
}
]
}
]
},
Expand Down
14 changes: 5 additions & 9 deletions mac_v3/capslock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Capslock Enhancement",
"url": "https://vonng.com/capslock.json",
"version": "3.0.2",
"version": "3.0.3",
"maintainers": [
"Vonng"
],
Expand Down Expand Up @@ -4394,7 +4394,7 @@
"key_code": "tab",
"modifiers": [
"left_command",
"lelft_shift"
"left_shift"
]
}
]
Expand Down Expand Up @@ -4743,7 +4743,7 @@
"key_code": "tab",
"modifiers": [
"left_control",
"lelft_shift"
"left_shift"
]
}
]
Expand Down Expand Up @@ -5262,9 +5262,7 @@
},
"to": [
{
"key_code": "f5"
},
{
"key_code": "f5",
"modifiers": [
"left_control"
]
Expand Down Expand Up @@ -5311,9 +5309,7 @@
},
"to": [
{
"key_code": "f5"
},
{
"key_code": "f5",
"modifiers": [
"left_shift"
]
Expand Down
15 changes: 7 additions & 8 deletions mac_v3/capslock.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Capslock Enhancement
url: https://vonng.com/capslock.json
version: 3.0.2
version: 3.0.3
maintainers: [ Vonng ]
author: Vonng([email protected])
website: http://capslock.vonng.com
Expand Down Expand Up @@ -1142,7 +1142,7 @@ rules:
- description: 'command tab = alter app rev'
type: basic
from: { key_code: tab, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: tab , modifiers: [ left_command,lelft_shift ] } ]
to: [ { key_code: tab , modifiers: [ left_command,left_shift ] } ]

- description: 'tab = alter app'
type: basic
Expand All @@ -1166,7 +1166,7 @@ rules:
type: basic
from: { key_code: q, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: q , modifiers: [ left_command ] } ]
# to: [ { key_code: escape , modifiers: [ left_command,lelft_option ] } ] # TODO: May not work
# to: [ { key_code: escape , modifiers: [ left_command,left_option ] } ] # TODO: May not work

- description: 'q = close app'
type: basic
Expand All @@ -1191,7 +1191,7 @@ rules:
type: basic
from: { key_code: w, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: w , modifiers: [ left_command ] } ]
# to: [ { key_code: w , modifiers: [ left_command,lelft_option ] } ] # TODO: May not work
# to: [ { key_code: w , modifiers: [ left_command,left_option ] } ] # TODO: May not work

- description: 'w = close tab'
type: basic
Expand Down Expand Up @@ -1236,7 +1236,7 @@ rules:
- description: 'command + s = alter tab sheet rev'
type: basic
from: { key_code: s, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: tab , modifiers: [ left_control,lelft_shift ] } ]
to: [ { key_code: tab , modifiers: [ left_control,left_shift ] } ]

- description: 's = alter tab sheet'
type: basic
Expand Down Expand Up @@ -1403,7 +1403,7 @@ rules:
- description: 'command + x = ctrl + F5 (vscode run)'
type: basic
from: { key_code: x, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: f5 } , modifiers: [ left_control ] ]
to: [ { key_code: f5 , modifiers: [ left_control ] } ]

- description: 'x = ctrl-r'
type: basic
Expand All @@ -1416,7 +1416,7 @@ rules:
- description: 'command + c = shift + F5 (vscode stop)'
type: basic
from: { key_code: c, modifiers: { mandatory: [ left_command, right_command,right_control,right_shift,right_option ] } }
to: [ { key_code: f5 } , modifiers: [ left_shift ] ]
to: [ { key_code: f5 , modifiers: [ left_shift ] } ]

- description: 'c = ctrl-c'
type: basic
Expand Down Expand Up @@ -1444,7 +1444,6 @@ rules:




################################################################
# Hyper Clipboard #
################################################################
Expand Down

0 comments on commit 826f256

Please sign in to comment.