-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
karabiner.yaml
90 lines (90 loc) · 2.02 KB
/
karabiner.yaml
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
launcher_mode:
- from: return_or_enter
to:
key_code: right_arrow
modifiers: ["right_control"]
- from: quote
to:
key_code: left_arrow
modifiers: ["right_control"]
- from: "1"
to:
key_code: "1"
modifiers: ["right_control"]
- from: "2"
to:
key_code: "2"
modifiers: ["right_control"]
- from: "4"
to:
key_code: "4"
modifiers: ["left_command", "left_shift"]
- from: a
to:
shell_command: open -a 'Postman.app'
- from: x
to:
shell_command: open -a 'Visual Studio Code.app'
- from: s
to:
shell_command: open -a 'Alacritty.app'
- from: b
to:
shell_command: open -a 'Firefox.app'
- from: m
to:
shell_command: open -a 'Messages.app'
- from: t
to:
shell_command: open -a 'Things3.app'
- from: c
to:
shell_command: open -a 'Slack.app'
- from: f
to:
shell_command: open -a 'Finder.app'
- from: v
to:
shell_command: open -a 'Preview.app'
- from: o
to:
key_code: o
modifiers: ["right_command", "right_control"]
- from: d
to:
shell_command: /bin/sh ~/pokey-home-files/bin/sync-notes
- from: u
to:
shell_command: /Users/pokey/.bun/bin/bun ~/pokey-home-files/bin/update-references
- from: z
to:
key_code: z
modifiers: ["right_command", "right_control"]
- from: n
to:
key_code: o
modifiers: ["right_command", "right_shift", "right_control"]
- from: comma
to:
key_code: comma
modifiers: ["right_command", "right_shift", "right_control"]
- from: w
to:
key_code: w
modifiers: ["right_command", "right_control"]
- from: g
to:
key_code: g
modifiers: ["right_command", "right_control"]
- from: r
to:
key_code: a
modifiers: ["right_command", "right_control"]
- from: p
to:
key_code: m
modifiers: ["right_command", "right_control"]
- from: e
to:
key_code: spacebar
modifiers: ["right_command", "right_control"]