From 8e30adbb7886b61a680d0d01bdd50c29a015ee79 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 28 Jun 2020 00:15:04 -0400 Subject: Changed keybinding modifier keys. They had always been a bit counter-intuitive. --- core/._M.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/._M.luadoc') 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'] = { -- ... -- } -- -- cgit v1.2.3