From c869d0dc1df8e4fe205bf203261312ee4ef567fc Mon Sep 17 00:00:00 2001 From: Chromebooktwo <154839753+Chromebooktwo@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:47:21 -0500 Subject: [PATCH] Create My complex modification rules: (To distribute to other computers!) My complex modification rules: (To distribute to other computers!) --- ...rules: (To distribute to other computers!) | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 My complex modification rules: (To distribute to other computers!) diff --git a/My complex modification rules: (To distribute to other computers!) b/My complex modification rules: (To distribute to other computers!) new file mode 100644 index 000000000..df23f94e2 --- /dev/null +++ b/My complex modification rules: (To distribute to other computers!) @@ -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" + } + ] +} + + + + + + + + +