aboutsummaryrefslogtreecommitdiff
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-06-28 00:15:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-06-28 00:15:04 -0400
commit8e30adbb7886b61a680d0d01bdd50c29a015ee79 (patch)
tree47dbf1d9c96379c931215175c01480097ff448ca /core/._M.luadoc
parenta96fa9e5c2f255a938bd15373344a16448b255c7 (diff)
downloadtextadept-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.luadoc2
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'] = {
-- ...
-- }
--