-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkonfig.json
28 lines (28 loc) · 783 Bytes
/
konfig.json
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
{
"caps": { "t": "hyper", "a": "100 caps" },
"fn": {
"_self": { "t": "fn", "a": "cmd tab" }
},
"rcmd": {
"_self": "rcmd",
"c": "$ open \"https://github.com/copilot\"",
"g": "$ open \"https://mail.google.com/mail/u/0/#inbox\"",
"r": "$ open \"https://github.com/nrjdalal?tab=repositories\"",
"s": "$ open \"https://github.com/search?type=repositories&s=stars&o=desc\""
},
"ropt": {
"_self": "ropt",
"g": "$ open -a \"Google Chrome\"",
"q": "$ open -a \"qBittorrent\"",
"v": "$ open -a \"Visual Studio Code\""
},
"Visual Studio Code": {
"fn 1": "cmd shift e",
"fn 2": "ctrl shift g",
"fn f": "cmd fn f2",
"fn q": "cmd b",
"fn tab": "cmd shift p",
"fn tilde": "ctrl tilde",
"fn x": "cmd shift x"
}
}