aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/keys.lua b/core/keys.lua
index bcfc8f7c..2278d247 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -27,10 +27,10 @@ local M = {}
-- ## Key Sequences
--
-- Key sequences are strings built from an ordered combination of modifier keys
--- and the key itself. Modifier keys are "Control", "Shift", and "Alt" on
--- Windows, Linux, BSD, and in curses. On Mac OSX they are "Control" (`^`),
--- "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`). These modifiers have
--- the following string representations:
+-- and the key's inserted character. Modifier keys are "Control", "Shift", and
+-- "Alt" on Windows, Linux, BSD, and in curses. On Mac OSX they are "Control"
+-- (`^`), "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`). These
+-- modifiers have the following string representations:
--
-- Modifier | Linux / Win32 | Mac OSX | curses |
-- ---------|---------------|---------|----------|