From e264aaa58985876b2adc984a182c9e9d03416cd9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 12 Feb 2009 18:20:30 -0500 Subject: Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua. --- core/ext/pm/modules_browser.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/ext/pm/modules_browser.lua') diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua index 921dc455..2fbef945 100644 --- a/core/ext/pm/modules_browser.lua +++ b/core/ext/pm/modules_browser.lua @@ -187,10 +187,6 @@ function perform_menu_action(menu_id, selected_item) elseif menu_id == ID.CONF_KEY_COMMANDS then if textadept.key_commands then textadept.io.open(_HOME..'/core/ext/key_commands.lua') - elseif textadept.key_commands_std then - textadept.io.open(_HOME..'/core/ext/key_commands_std.lua') - elseif textadept.key_commands_mac then - textadept.io.open(_HOME..'/core/ext/key_commands_mac.lua') end elseif menu_id == ID.RELOAD then textadept.reset() -- cgit v1.2.3