index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
core
/
keys.lua
Commit message (
Expand
)
Author
Age
*
LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.lua
mitchell
2011-08-17
*
Swap Control and Command key definitions on Mac OSX.
mitchell
2011-08-09
*
Only allow meta key on Mac OSX; core/keys.lua
mitchell
2011-07-27
*
Changed menu labels to be more descriptive and added select_command() dialog.
mitchell
2011-07-14
*
Refactored key commands and added menu accelerators.
mitchell
2011-07-13
*
Detect Alt/Option modifier on Mac OSX.
mitchell
2011-07-07
*
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-24
*
Use string constants for event names.
mitchell
2011-06-23
*
Updated Luadoc and added extra fields to other modules.
mitchell
2011-06-23
*
Changes to key and menu command definitions.
mitchell
2011-03-24
*
Rewrote _m.textadept.snippets module.
mitchell
2011-03-23
*
Performance and speed improvements.
mitchell
2011-03-17
*
Clear keychain on key command error; core/keys.lua
mitchell
2011-02-06
*
Code cleanup.
mitchell
2011-01-21
*
Fix bug for gui.statusbar_text being nil; core/keys.lua
mitchell
2010-12-29
*
Updated copyright information.
mitchell
2010-12-28
*
Separated key command manager from key command definitions.
mitchell
2010-12-26