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\"" } ] }