diff options
author | 2020-02-21 13:44:39 -0500 | |
---|---|---|
committer | 2020-02-21 13:44:39 -0500 | |
commit | b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (patch) | |
tree | 4fbf98c50600d2e7045747bd2037996bd00ba355 /modules/textadept/keys.lua | |
parent | 24d5a0503683f2367d2110c559bbbce81777bd6a (diff) | |
download | textadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.tar.gz textadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.zip |
Tweaked localization keys.
This is in anticipate of removing '_' from keys, which would have created
duplicate keys.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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] |