change to Vivaldi browswer

This commit is contained in:
2025-01-13 08:37:34 -05:00
parent ec117a1dcf
commit 443fcdee2b
+89 -15
View File
@@ -16,7 +16,11 @@
"to": [
{
"key_code": "left_shift",
"modifiers": ["left_command", "left_control", "left_option"]
"modifiers": [
"left_command",
"left_control",
"left_option"
]
}
],
"to_if_alone": [{ "key_code": "escape" }],
@@ -75,7 +79,14 @@
"description": "Toggle Hyper sublayer a",
"from": {
"key_code": "a",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [
{
@@ -124,7 +135,7 @@
"key_code": "j",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open -a 'Microsoft Edge.app'" }],
"to": [{ "shell_command": "open -a Vivaldi.app" }],
"type": "basic"
},
{
@@ -244,7 +255,14 @@
"description": "Toggle Hyper sublayer r",
"from": {
"key_code": "r",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [
{
@@ -277,7 +295,11 @@
"key_code": "v",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open raycast://extensions/koinzhang/paste-as-plain-text/paste-as-plain-text?arguments=%7B%22advancedPasteFormat%22%3A%22%22%7D" }],
"to": [
{
"shell_command": "open raycast://extensions/koinzhang/paste-as-plain-text/paste-as-plain-text?arguments=%7B%22advancedPasteFormat%22%3A%22%22%7D"
}
],
"type": "basic"
}
]
@@ -301,7 +323,14 @@
"description": "Toggle Hyper sublayer w",
"from": {
"key_code": "w",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [
{
@@ -398,7 +427,9 @@
"key_code": "u",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open -a 'Microsoft Word.app'" }],
"to": [
{ "shell_command": "open -a 'Microsoft Word.app'" }
],
"type": "basic"
},
{
@@ -414,7 +445,9 @@
"key_code": "i",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open -a 'Microsoft Excel.app'" }],
"to": [
{ "shell_command": "open -a 'Microsoft Excel.app'" }
],
"type": "basic"
},
{
@@ -430,7 +463,9 @@
"key_code": "o",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open -a 'Microsoft Teams.app'" }],
"to": [
{ "shell_command": "open -a 'Microsoft Teams.app'" }
],
"type": "basic"
},
{
@@ -446,7 +481,11 @@
"key_code": "p",
"modifiers": { "mandatory": ["any"] }
},
"to": [{ "shell_command": "open -a 'Microsoft Outlook.app'" }],
"to": [
{
"shell_command": "open -a 'Microsoft Outlook.app'"
}
],
"type": "basic"
}
]
@@ -457,7 +496,14 @@
{
"from": {
"key_code": "h",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [{ "key_code": "left_arrow" }],
"type": "basic"
@@ -470,7 +516,14 @@
{
"from": {
"key_code": "j",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [{ "key_code": "down_arrow" }],
"type": "basic"
@@ -483,7 +536,14 @@
{
"from": {
"key_code": "k",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [{ "key_code": "up_arrow" }],
"type": "basic"
@@ -496,7 +556,14 @@
{
"from": {
"key_code": "l",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [{ "key_code": "right_arrow" }],
"type": "basic"
@@ -509,7 +576,14 @@
{
"from": {
"key_code": "f",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] }
"modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
},
"to": [
{