diff options
Diffstat (limited to 'modules/textadept/keys.osx.conf')
-rw-r--r-- | modules/textadept/keys.osx.conf | 95 |
1 files changed, 50 insertions, 45 deletions
diff --git a/modules/textadept/keys.osx.conf b/modules/textadept/keys.osx.conf index 22877373..406a0cd3 100644 --- a/modules/textadept/keys.osx.conf +++ b/modules/textadept/keys.osx.conf @@ -3,7 +3,7 @@ % Define additional key commands in _USERHOME/modules/textadept/keys.lua. % Unassigned keys (~ denotes keys reserved by the operating system): -% c: A B C D E ~ JkK ~M N p ~ tT U V XyY ) ] } * ~~\n~~ +% c: A B C D ~ JkK ~M N p ~ tT U V XyY ) ] } * ~~\n~~ % ca: aAbBcC~DeE F ~HiIjJkK L~MnN pPq~rRsStT UvVwWxXyYzZ_"'()[]{}<>*+-/= \n~~ % m: cC D gG Hi J K L oO qQ uUv xXyYzZ_ ) ] } * / @@ -34,7 +34,7 @@ gtk-redo = cZ gtk-cut = cx gtk-copy = cc gtk-paste = cv -Duplicate = cd +Duplicate Line = cd gtk-delete = gtk-select-all = ca Match Brace = mm @@ -49,29 +49,28 @@ Transpose Characters = mt Join Lines = mj Convert Indentation = % Selection -% Enclose In... -HTML Tags = m< -HTML Single Tag = m> -Double Quotes = m" -Single Quotes = m' -Parentheses = m( -Brackets = m[ -Braces = m{ +Enclose as XML Tags = m< +Enclose as Single XML Tag = m> +Enclose in Double Quotes = m" +Enclose in Single Quotes = m' +Enclose in Parentheses = m( +Enclose in Brackets = m[ +Enclose in Braces = m{ Grow Selection = c+ Shrink Selection = c_ -% Select In... -Between Tags = c< -HTML Tag = c> -Double Quote = c" -Single Quote = c' -Parenthesis = c( -Bracket = c[ -Brace = c{ -Word = -Line = cL -Paragraph = cP -Indented Block = cI -Style = +% Select +Select between XML Tags = c< +Select in XML Tag = c> +Select in Double Quotes = c" +Select in Single Quotes = c' +Select in Parentheses = c( +Select in Brackets = c[ +Select in Braces = c{ +Select Word = +Select Line = cL +Select Paragraph = cP +Select Indented Block = cI +Select Style = % Search gtk-find = cf @@ -87,24 +86,25 @@ gtk-jump-to = cj % Tools Command Entry = ce +Select Command = cE Run = mr Compile = mR Filter Through = c| % Snippets -Expand = \t -Insert... = a\t -Previous Placeholder = s\t -Cancel = as\t +Insert Snippet... = a\t +Expand Snippet/Next Placeholder = \t +Previous Snippet Placeholder = s\t +Cancel Snippet = as\t % Bookmark -Toggle on Current Line = cf2 -Clear All = csf2 -Next = f2 -Previous = sf2 +Toggle Bookmark = cf2 +Clear Bookmarks = csf2 +Next Bookmark = f2 +Previous Bookmark = sf2 Goto Bookmark... = af2 % Snapopen -User Home = cu -Textadept Home = cau -Current Directory = caO +Snapopen User Home = cu +Snapopen Textadept Home = cau +Snapopen Current Directory = caO Show Style = ci % Buffer @@ -117,26 +117,31 @@ Toggle Show Indent Guides = mI Toggle Use Tabs = mT Toggle View Whitespace = m\s Toggle Virtual Space = mV +% Indentation +Tab width: 2 = +Tab width: 3 = +Tab width: 4 = +Tab width: 8 = % EOL Mode CRLF = CR = LF = % Encoding -UTF-8 = -ASCII = -ISO-8859-1 = -MacRoman = -UTF-16 = +UTF-8 Encoding = +ASCII Encoding = +ISO-8859-1 Encoding = +MacRoman Encoding = +UTF-16 Encoding = Select Lexer... = cal Refresh Syntax Highlighting = f5 % View Next View = m\t Previous View = ms\t -Split Vertical = mS -Split Horizontal = ms -Unsplit = mw -Unsplit All = mW +Split View Vertical = mS +Split View Horizontal = ms +Unsplit View = mw +Unsplit All Views = mW Grow View = m+ m= Shrink View = m- Zoom In = c= @@ -144,6 +149,6 @@ Zoom Out = c- Reset Zoom = c0 % Help -Manual = f1 -LuaDoc = sf1 +Show Manual = f1 +Show LuaDoc = sf1 gtk-about = |