aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
AgeCommit message (Expand)Author
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-08-17LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.luamitchell
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
2011-07-27Only allow meta key on Mac OSX; core/keys.luamitchell
2011-07-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-07-07Detect Alt/Option modifier on Mac OSX.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-03-24Changes to key and menu command definitions.mitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
2011-03-17Performance and speed improvements.mitchell
2011-02-06Clear keychain on key command error; core/keys.luamitchell
2011-01-21Code cleanup.mitchell
2010-12-29Fix bug for gui.statusbar_text being nil; core/keys.luamitchell
2010-12-28Updated copyright information.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell