diff options
author | 2013-09-23 23:25:15 -0400 | |
---|---|---|
committer | 2013-09-23 23:25:15 -0400 | |
commit | 3f566741f708030014a56ad0c69e874db7ec4240 (patch) | |
tree | a1e686d8ce3d75db73c322e29fc4c1659ad72b50 /core/keys.lua | |
parent | 32edfc6757c760100487e6b1dae562464ad73992 (diff) | |
download | textadept-3f566741f708030014a56ad0c69e874db7ec4240.tar.gz textadept-3f566741f708030014a56ad0c69e874db7ec4240.zip |
Code and documentation cleanup.
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 8 |
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 | -- ---------|---------------|---------|----------| |