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": [ "to": [
{ {
"key_code": "left_shift", "key_code": "left_shift",
"modifiers": ["left_command", "left_control", "left_option"] "modifiers": [
"left_command",
"left_control",
"left_option"
]
} }
], ],
"to_if_alone": [{ "key_code": "escape" }], "to_if_alone": [{ "key_code": "escape" }],
@@ -75,7 +79,14 @@
"description": "Toggle Hyper sublayer a", "description": "Toggle Hyper sublayer a",
"from": { "from": {
"key_code": "a", "key_code": "a",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] } "modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
}, },
"to": [ "to": [
{ {
@@ -124,7 +135,7 @@
"key_code": "j", "key_code": "j",
"modifiers": { "mandatory": ["any"] } "modifiers": { "mandatory": ["any"] }
}, },
"to": [{ "shell_command": "open -a 'Microsoft Edge.app'" }], "to": [{ "shell_command": "open -a Vivaldi.app" }],
"type": "basic" "type": "basic"
}, },
{ {
@@ -244,7 +255,14 @@
"description": "Toggle Hyper sublayer r", "description": "Toggle Hyper sublayer r",
"from": { "from": {
"key_code": "r", "key_code": "r",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] } "modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
}, },
"to": [ "to": [
{ {
@@ -277,7 +295,11 @@
"key_code": "v", "key_code": "v",
"modifiers": { "mandatory": ["any"] } "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" "type": "basic"
} }
] ]
@@ -301,7 +323,14 @@
"description": "Toggle Hyper sublayer w", "description": "Toggle Hyper sublayer w",
"from": { "from": {
"key_code": "w", "key_code": "w",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] } "modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
}, },
"to": [ "to": [
{ {
@@ -398,7 +427,9 @@
"key_code": "u", "key_code": "u",
"modifiers": { "mandatory": ["any"] } "modifiers": { "mandatory": ["any"] }
}, },
"to": [{ "shell_command": "open -a 'Microsoft Word.app'" }], "to": [
{ "shell_command": "open -a 'Microsoft Word.app'" }
],
"type": "basic" "type": "basic"
}, },
{ {
@@ -414,7 +445,9 @@
"key_code": "i", "key_code": "i",
"modifiers": { "mandatory": ["any"] } "modifiers": { "mandatory": ["any"] }
}, },
"to": [{ "shell_command": "open -a 'Microsoft Excel.app'" }], "to": [
{ "shell_command": "open -a 'Microsoft Excel.app'" }
],
"type": "basic" "type": "basic"
}, },
{ {
@@ -430,7 +463,9 @@
"key_code": "o", "key_code": "o",
"modifiers": { "mandatory": ["any"] } "modifiers": { "mandatory": ["any"] }
}, },
"to": [{ "shell_command": "open -a 'Microsoft Teams.app'" }], "to": [
{ "shell_command": "open -a 'Microsoft Teams.app'" }
],
"type": "basic" "type": "basic"
}, },
{ {
@@ -446,7 +481,11 @@
"key_code": "p", "key_code": "p",
"modifiers": { "mandatory": ["any"] } "modifiers": { "mandatory": ["any"] }
}, },
"to": [{ "shell_command": "open -a 'Microsoft Outlook.app'" }], "to": [
{
"shell_command": "open -a 'Microsoft Outlook.app'"
}
],
"type": "basic" "type": "basic"
} }
] ]
@@ -457,7 +496,14 @@
{ {
"from": { "from": {
"key_code": "h", "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" }], "to": [{ "key_code": "left_arrow" }],
"type": "basic" "type": "basic"
@@ -470,7 +516,14 @@
{ {
"from": { "from": {
"key_code": "j", "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" }], "to": [{ "key_code": "down_arrow" }],
"type": "basic" "type": "basic"
@@ -483,7 +536,14 @@
{ {
"from": { "from": {
"key_code": "k", "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" }], "to": [{ "key_code": "up_arrow" }],
"type": "basic" "type": "basic"
@@ -496,7 +556,14 @@
{ {
"from": { "from": {
"key_code": "l", "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" }], "to": [{ "key_code": "right_arrow" }],
"type": "basic" "type": "basic"
@@ -509,7 +576,14 @@
{ {
"from": { "from": {
"key_code": "f", "key_code": "f",
"modifiers": { "mandatory": ["left_command", "left_control", "left_shift", "left_option"] } "modifiers": {
"mandatory": [
"left_command",
"left_control",
"left_shift",
"left_option"
]
}
}, },
"to": [ "to": [
{ {