From b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:44:39 -0500 Subject: Tweaked localization keys. This is in anticipate of removing '_' from keys, which would have created duplicate keys. --- modules/textadept/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index fe3ab785..d9fe3041 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -392,7 +392,7 @@ keys[not OSX and (GUI and 'cae' or 'mx') keys[not OSX and (GUI and 'caE' or 'mX') or 'cmE'] = m_tools[_L['_Previous Error']][2] -- Bookmark. -local m_bookmark = m_tools[_L['_Bookmark']] +local m_bookmark = m_tools[_L['_Bookmarks']] keys[not OSX and (GUI and 'cf2' or 'f1') or 'mf2'] = textadept.bookmarks.toggle keys[not OSX and (GUI and 'csf2' or 'f6') or 'msf2'] = textadept.bookmarks.clear keys.f2 = m_bookmark[_L['_Next Bookmark']][2] -- cgit v1.2.3