fret-runtime 0.1.0

Runtime abstractions and scheduling surfaces for host integration in Fret.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "keymap_version": 2,
  "bindings": [
    {
      "command": "app.leader_k_then_p",
      "keys": [
        { "mods": ["ctrl"], "key": "KeyK" },
        { "mods": [], "key": "KeyP" }
      ],
      "when": "platform != \"web\""
    }
  ]
}