feat: aerospace (#73)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-15 13:44:48 -04:00 committed by GitHub
parent cd26c0fae5
commit 21c947e4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 188 additions and 133 deletions

View file

@ -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": [