diff options
author | 2020-06-28 00:15:04 -0400 | |
---|---|---|
committer | 2020-06-28 00:15:04 -0400 | |
commit | 8e30adbb7886b61a680d0d01bdd50c29a015ee79 (patch) | |
tree | 47dbf1d9c96379c931215175c01480097ff448ca /core/._M.luadoc | |
parent | a96fa9e5c2f255a938bd15373344a16448b255c7 (diff) | |
download | textadept-8e30adbb7886b61a680d0d01bdd50c29a015ee79.tar.gz textadept-8e30adbb7886b61a680d0d01bdd50c29a015ee79.zip |
Changed keybinding modifier keys.
They had always been a bit counter-intuitive.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r-- | core/._M.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index 479b88bb..20ea1c01 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -114,7 +114,7 @@ -- existing modules and it will not conflict with any default key bindings. -- For example: -- --- keys.lua[not OSX and not CURSES and 'cl' or 'ml'] = { +-- keys.lua[CURSES and 'meta+l' or OSX and 'cmd+l' or 'ctrl+l'] = { -- ... -- } -- |