From 3f566741f708030014a56ad0c69e874db7ec4240 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 23 Sep 2013 23:25:15 -0400 Subject: Code and documentation cleanup. --- core/keys.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/keys.lua') 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 | -- ---------|---------------|---------|----------| -- cgit v1.2.3