Skip to content

Commit

Permalink
Create My complex modification rules: (To distribute to other compute…
Browse files Browse the repository at this point in the history
…rs!)

My complex modification rules: (To distribute to other computers!)
  • Loading branch information
Chromebooktwo authored Dec 14, 2024
1 parent ae40d02 commit c869d0d
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions My complex modification rules: (To distribute to other computers!)
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
My complex modification rules: (To distribute to other computers!)









{
"description": "Press fn + Shift + \\ to make Mac go to sleep",
"manipulators": [
{
"from": {
"key_code": "backslash",
"modifiers": { "mandatory": ["fn", "shift"] }
},
"to": [{ "shell_command": "pmset sleepnow" }],
"type": "basic"
}
]
}















{
"description": "Press fn + \\ to open Terminal",
"manipulators": [
{
"from": {
"key_code": "backslash",
"modifiers": { "mandatory": ["fn"] }
},
"to": [{ "shell_command": "open -a Terminal" }],
"type": "basic"
}
]
}









0 comments on commit c869d0d

Please sign in to comment.