From 4a0d390a7cd06d4d4e23637e0b599f97db1bd793 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 5 Oct 2021 18:29:00 -0400 Subject: [PATCH] Added in macos keys. --- data/core/keymap-macos.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/core/keymap-macos.lua b/data/core/keymap-macos.lua index 53a20468..bc69aaaa 100644 --- a/data/core/keymap-macos.lua +++ b/data/core/keymap-macos.lua @@ -93,6 +93,9 @@ local function keymap_macos(keymap) ["pageup"] = "doc:move-to-previous-page", ["pagedown"] = "doc:move-to-next-page", + ["shift+lclick"] = "doc:select-to-cursor", + ["ctrl+lclick"] = "doc:split-cursor", + ["lclick"] = "doc:set-cursor", ["shift+left"] = "doc:select-to-previous-char", ["shift+right"] = "doc:select-to-next-char", ["shift+up"] = "doc:select-to-previous-line",