Skip to content

Commit

Permalink
Create hai_hhkb_iphone-mirror.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zairwolf authored Nov 7, 2024
1 parent 98da8a2 commit ff1a0db
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions public/json/hai_hhkb_iphone-mirror.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"title": "Hai HHKB Launch app (iPhone Mirroring)",
"rules": [
{
"description": "right_option + I -> iPhone Mirroring",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "i",
"modifiers": {
"mandatory": ["right_option"]
}
},
"to": [
{
"shell_command": "open '/System/Applications/iPhone Mirroring.app'"
}
]
}
]
}
]
}

0 comments on commit ff1a0db

Please sign in to comment.