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
14
15
{
  "keymap_version": 1,
  "bindings": [
    {
      "command": "app.open",
      "keys": { "mods": ["ctrl"], "key": "KeyO" },
      "when": "platform != \"web\""
    },
    {
      "command": "app.focus_search",
      "keys": { "mods": ["ctrl"], "key": "KeyF" },
      "when": "focus.is_text_input"
    }
  ]
}