-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathkarabiner_base.json
More file actions
33 lines (33 loc) · 1.24 KB
/
Copy pathkarabiner_base.json
File metadata and controls
33 lines (33 loc) · 1.24 KB
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
{
"profiles": [
{
"complex_modifications": {
"rules": [
{
"description": "RUN PYTHON SEARCH",
"manipulators": [
{
"from": { "key_code": "caps_lock" },
"to": [{ "shell_command": "/opt/miniconda3/envs/python313/bin/python_search search focus_or_open" }],
"type": "basic"
}
]
},
{
"description": "REGINSTER NEW PYTHON SEARCH",
"manipulators": [
{
"from": { "key_code": "grave_accent_and_tilde" },
"to": [{ "shell_command": "/opt/miniconda3/envs/python313/bin/run_key 'register new entry django'" }],
"type": "basic"
}
]
}
]
},
"name": "Default profile",
"selected": true,
"virtual_hid_keyboard": { "keyboard_type_v2": "ansi" }
}
]
}