# 一.配置 F19

# 1.下载

下载 Karabiner-Elements-12.0.0,https://pqrs.org/osx/karabiner/

# 2.配置

https://pqrs.org/osx/karabiner/complex_modifications/ 搜 Change caps_lock key,点 Import

删除多余规则,剩余一条:Post f19 key when pressed alone

# 3.修改

编辑 ~/.config/karabiner/karabiner.json 搜这个规则的关键词,把 caps_lock 缓存 right_command

# 4.设置

F19(右command)=command+control+option+shift

重启 Karabiner-Elements,为各个 app 设置自己顺手的快捷键

{
  "global": {
    "ask_for_confirmation_before_quitting": true,
    "check_for_updates_on_startup": true,
    "show_in_menu_bar": true,
    "show_profile_name_in_menu_bar": false,
    "unsafe_ui": false
  },
  "profiles": [
    {
      "complex_modifications": {
        "parameters": {
          "basic.simultaneous_threshold_milliseconds": 50,
          "basic.to_delayed_action_delay_milliseconds": 500,
          "basic.to_if_alone_timeout_milliseconds": 1000,
          "basic.to_if_held_down_threshold_milliseconds": 500,
          "mouse_motion_to_scroll.speed": 100
        },
        "rules": [
          {
            "description": "Change right_command  key to command+control+option+shift. (Post f19 key when pressed alone)",
            "manipulators": [
              {
                "from": {
                  "key_code": "right_command",
                  "modifiers": {
                    "optional": ["any"]
                  }
                },
                "to": [
                  {
                    "key_code": "left_shift",
                    "modifiers": ["left_command", "left_control", "left_option"]
                  }
                ],
                "to_if_alone": [
                  {
                    "key_code": "f19"
                  }
                ],
                "type": "basic"
              }
            ]
          },
          {
            "description": "Change right_control  key to command+shift+option. (Post f17 key when pressed alone)",
            "manipulators": [
              {
                "from": {
                  "key_code": "right_control",
                  "modifiers": {
                    "optional": ["any"]
                  }
                },
                "to": [
                  {
                    "key_code": "left_shift",
                    "modifiers": ["left_command", "left_option"]
                  }
                ],
                "to_if_alone": [
                  {
                    "key_code": "f17"
                  }
                ],
                "type": "basic"
              }
            ]
          },
          {
            "description": "Change right_option  key to command+control+shift. (Post f18 key when pressed alone)",
            "manipulators": [
              {
                "from": {
                  "key_code": "right_option",
                  "modifiers": {
                    "optional": ["any"]
                  }
                },
                "to": [
                  {
                    "key_code": "left_control",
                    "modifiers": ["left_command", "left_shift"]
                  }
                ],
                "to_if_alone": [
                  {
                    "key_code": "f17"
                  }
                ],
                "type": "basic"
              }
            ]
          }
        ]
      },
      "devices": [
        {
          "disable_built_in_keyboard_if_exists": false,
          "fn_function_keys": [],
          "identifiers": {
            "is_keyboard": true,
            "is_pointing_device": false,
            "product_id": 834,
            "vendor_id": 1452
          },
          "ignore": false,
          "manipulate_caps_lock_led": true,
          "simple_modifications": [],
          "treat_as_built_in_keyboard": false
        },
        {
          "disable_built_in_keyboard_if_exists": false,
          "fn_function_keys": [],
          "identifiers": {
            "is_keyboard": false,
            "is_pointing_device": true,
            "product_id": 834,
            "vendor_id": 1452
          },
          "ignore": true,
          "manipulate_caps_lock_led": false,
          "simple_modifications": [],
          "treat_as_built_in_keyboard": false
        },
        {
          "disable_built_in_keyboard_if_exists": false,
          "fn_function_keys": [],
          "identifiers": {
            "is_keyboard": true,
            "is_pointing_device": false,
            "product_id": 49284,
            "vendor_id": 1133
          },
          "ignore": false,
          "manipulate_caps_lock_led": true,
          "simple_modifications": [],
          "treat_as_built_in_keyboard": false
        },
        {
          "disable_built_in_keyboard_if_exists": false,
          "fn_function_keys": [],
          "identifiers": {
            "is_keyboard": false,
            "is_pointing_device": true,
            "product_id": 49284,
            "vendor_id": 1133
          },
          "ignore": true,
          "manipulate_caps_lock_led": false,
          "simple_modifications": [],
          "treat_as_built_in_keyboard": false
        },
        {
          "disable_built_in_keyboard_if_exists": false,
          "fn_function_keys": [],
          "identifiers": {
            "is_keyboard": true,
            "is_pointing_device": false,
            "product_id": 591,
            "vendor_id": 1452
          },
          "ignore": false,
          "manipulate_caps_lock_led": true,
          "simple_modifications": [],
          "treat_as_built_in_keyboard": false
        }
      ],
      "fn_function_keys": [
        {
          "from": {
            "key_code": "f1"
          },
          "to": [
            {
              "consumer_key_code": "display_brightness_decrement"
            }
          ]
        },
        {
          "from": {
            "key_code": "f2"
          },
          "to": [
            {
              "consumer_key_code": "display_brightness_increment"
            }
          ]
        },
        {
          "from": {
            "key_code": "f3"
          },
          "to": [
            {
              "apple_vendor_keyboard_key_code": "mission_control"
            }
          ]
        },
        {
          "from": {
            "key_code": "f4"
          },
          "to": [
            {
              "apple_vendor_keyboard_key_code": "spotlight"
            }
          ]
        },
        {
          "from": {
            "key_code": "f5"
          },
          "to": [
            {
              "consumer_key_code": "dictation"
            }
          ]
        },
        {
          "from": {
            "key_code": "f6"
          },
          "to": [
            {
              "key_code": "f6"
            }
          ]
        },
        {
          "from": {
            "key_code": "f7"
          },
          "to": [
            {
              "consumer_key_code": "rewind"
            }
          ]
        },
        {
          "from": {
            "key_code": "f8"
          },
          "to": [
            {
              "consumer_key_code": "play_or_pause"
            }
          ]
        },
        {
          "from": {
            "key_code": "f9"
          },
          "to": [
            {
              "consumer_key_code": "fast_forward"
            }
          ]
        },
        {
          "from": {
            "key_code": "f10"
          },
          "to": [
            {
              "consumer_key_code": "mute"
            }
          ]
        },
        {
          "from": {
            "key_code": "f11"
          },
          "to": [
            {
              "consumer_key_code": "volume_decrement"
            }
          ]
        },
        {
          "from": {
            "key_code": "f12"
          },
          "to": [
            {
              "consumer_key_code": "volume_increment"
            }
          ]
        }
      ],
      "name": "Default profile",
      "parameters": {
        "delay_milliseconds_before_open_device": 1000
      },
      "selected": true,
      "simple_modifications": [],
      "virtual_hid_keyboard": {
        "country_code": 0,
        "indicate_sticky_modifier_keys_state": true,
        "mouse_key_xy_scale": 100
      }
    }
  ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304

# 5.扩展

按照同样的方式,可以将右边的 control 设置为 F17,是自己的快捷键更加灵活多样,保证快捷键足够用

  • 右边的 command 为 F19
  • 右边的 option 为 F18
  • 右边的 control 为 F17

# 二.Alfred 快捷键

说明:系统会以alfred配置的快捷键为第一优先级,配置的时候需要考虑被占用情况

  • F19 唤起 alfred
  • F19+c 打开 alfred 的剪切板
  • F19+s 打开 alfred 的 snippets
  • F19+u 打开 alfred 的有道翻译
  • F19+O 打开 kuan 的解忧杂货铺
  • F17+F 一键打开访达下载
  • F19+w 打开微信
  • F19+g 下载粘贴地址
  • F19+j 打开 jetbrains toolbox
  • F19+1 obs 开始录制
  • F19+2 obs 停止录制
  • 唤起+关键字
    • F19+ip 一键查看 ip
    • F19+start 一键打开应用
    • F19+tq 一键查询天气
    • F19+ps 一键提交 blog

# 三.idea 快捷键

  • F19+3 添加书签/删除书签
  • F19+a 打开全部书签
  • F19+d 打开 debug 页面
  • F19+R 替换
  • F19+F 类的概要,以前的 command+F12
  • F19+x 下一个方法
  • F19+z 上一个方法
  • F19+e 最近打开的项目
  • F19+a 关闭所有项目
  • F19+M 彩虹括号代码
  • F19+N 彩虹括号代码
  • F17+P 演出模式
  • F19+9 跳转到当前行

# 四.其他快捷键

# typora

  • F19+z 清除样式

# chrome

  • F19+左右键 标签页切换

# snipaste

  • F19+v 贴图
上次更新: 10/29/2024, 10:27:50 AM