From ff7f869ae0a02535dcc7f44a65dd3ea2fed87d01 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 11 Oct 2020 22:43:59 -0400 Subject: Updated LuaDoc. --- core/events.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index 4a1a6334..7282172d 100644 --- a/core/events.lua +++ b/core/events.lua @@ -95,8 +95,8 @@ local M = {} -- -- * _`position`_: The position double-clicked. -- * _`line`_: The line number of the position double-clicked. --- * _`modifiers`_: A bit-mask of any modifier keys used: `view.MOD_CTRL`, --- `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. +-- * _`modifiers`_: A bit-mask of any modifier keys held down: +-- `view.MOD_CTRL`, `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. -- On macOS, the Command modifier key is reported as `view.MOD_CTRL` and -- Ctrl is `view.MOD_META`. -- Note: If you set `view.rectangular_selection_modifier` to @@ -150,8 +150,8 @@ local M = {} -- Arguments: -- -- * _`position`_: The clicked text's position. --- * _`modifiers`_: A bit-mask of any modifier keys used: `view.MOD_CTRL`, --- `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. +-- * _`modifiers`_: A bit-mask of any modifier keys held down: +-- `view.MOD_CTRL`, `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. -- On macOS, the Command modifier key is reported as `view.MOD_CTRL` and -- Ctrl is `view.MOD_META`. -- Note: If you set `view.rectangular_selection_modifier` to @@ -182,8 +182,8 @@ local M = {} -- -- * _`margin`_: The margin number clicked. -- * _`position`_: The beginning position of the clicked margin's line. --- * _`modifiers`_: A bit-mask of any modifier keys used: `view.MOD_CTRL`, --- `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. +-- * _`modifiers`_: A bit-mask of any modifier keys held down: +-- `view.MOD_CTRL`, `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. -- On macOS, the Command modifier key is reported as `view.MOD_CTRL` and -- Ctrl is `view.MOD_META`. -- Note: If you set `view.rectangular_selection_modifier` to -- cgit v1.2.3