Fix keymap binding on macos

This commit is contained in:
Francesco Abbate
2021-04-21 01:42:56 -07:00
parent 9d9c7f291c
commit dd9b4f06ab
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ command.add("core.docview", {
})
keymap.add {
keymap.add_direct {
["ctrl+shift+q"] = "reflow:reflow"
}