mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 16:02:41 +00:00
feat: aerospace (#73)
This commit is contained in:
parent
cd26c0fae5
commit
21c947e4ae
4 changed files with 188 additions and 133 deletions
|
|
@ -3,48 +3,6 @@
|
|||
{
|
||||
"complex_modifications": {
|
||||
"rules": [
|
||||
{
|
||||
"description": "Caps Lock + 6 = Open Telegram",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "6",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Telegram'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + 5 = Open Riptide",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "5",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Riptide-Beta'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock to Control (held) / Escape (tapped)",
|
||||
"manipulators": [
|
||||
|
|
@ -71,90 +29,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + 1 = Open Helium",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "1",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Helium'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + 2 = Open Ghostty",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "2",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Ghostty'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + 3 = Open Messages",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "3",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Messages'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + 4 = Open Signal",
|
||||
"manipulators": [
|
||||
{
|
||||
"from": {
|
||||
"key_code": "4",
|
||||
"modifiers": {
|
||||
"mandatory": [
|
||||
"option"
|
||||
]
|
||||
}
|
||||
},
|
||||
"to": [
|
||||
{
|
||||
"shell_command": "open -a 'Signal'"
|
||||
}
|
||||
],
|
||||
"type": "basic"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Caps Lock + H = Left Arrow",
|
||||
"manipulators": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue