diff options
author | 2011-07-16 18:32:31 -0400 | |
---|---|---|
committer | 2011-07-16 18:32:31 -0400 | |
commit | 8aa962b71944332c61289551a81913d313ab5e04 (patch) | |
tree | ca64ae5e5549c8946d61e289908ea981f882dfad /modules | |
parent | 2594ee774a3011386bd02398494819a2c6ca27c1 (diff) | |
download | textadept-8aa962b71944332c61289551a81913d313ab5e04.tar.gz textadept-8aa962b71944332c61289551a81913d313ab5e04.zip |
Add key commands that were previously undefined.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/keys.conf | 25 | ||||
-rw-r--r-- | modules/textadept/keys.osx.conf | 27 |
2 files changed, 31 insertions, 21 deletions
diff --git a/modules/textadept/keys.conf b/modules/textadept/keys.conf index b6602837..a18de479 100644 --- a/modules/textadept/keys.conf +++ b/modules/textadept/keys.conf @@ -3,9 +3,9 @@ % Define additional key commands in _USERHOME/modules/textadept/keys.lua. % Unassigned keys (~ denotes keys reserved by the operating system): -% c: A B C D N p qQ T ~ V X Y ) ] } * \n +% c: A B C N p qQ T ~ V X Y ) ] } * \n % a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpP QrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s -% ca: aAbBcCdDeE F hHi jJkK LmMnN pPqQ t Uv xXyYzZ_"'()[]{}<>* / +% ca: aAbBcCdDeE F hH jJkK LmMnN pPqQ t v xXy zZ_"'()[]{}<>* / % CTRL = 'c' (Control ^) % ALT = 'a' (Alt) @@ -15,6 +15,11 @@ % Control, Alt, Shift, and 'a' = 'caA' % Control, Alt, Shift, and '\t' = 'cas\t' +% Multiple keys separated by spaces can be assigned to the same command. +% Keychains are not supported. Please define chains manually. + +% If you use a different locale, please use the localized versions of commands. + % File gtk-new = cn gtk-open = co @@ -35,11 +40,11 @@ gtk-cut = cx gtk-copy = cc gtk-paste = cv Duplicate Line = cd -gtk-delete = +gtk-delete = del gtk-select-all = ca Match Brace = cm Complete Word = c\n -Delete Word = +Delete Word = adel Highlight Word = cH Toggle Block Comment = c/ Transpose Characters = ct @@ -53,14 +58,14 @@ Select in Single Quotes = c' Select in Parentheses = c( Select in Brackets = c[ Select in Braces = c{ -Select Word = +Select Word = cD Select Line = cL Select Paragraph = cP Select Indented Block = cI -Select Style = +Select Style = cY % Selection -Upper Case Selection = -Lower Case Selection = +Upper Case Selection = cau +Lower Case Selection = caU Enclose as XML Tags = a< Enclose as Single XML Tag = a> Enclose in Single Quotes = a' @@ -107,7 +112,7 @@ Previous Bookmark = sf2 Goto Bookmark... = af2 % Snapopen Snapopen User Home = cu -Snapopen Textadept Home = cau +Snapopen Textadept Home = Snapopen Current Directory = caO Show Style = ci @@ -121,7 +126,7 @@ Tab width: 3 = Tab width: 4 = Tab width: 8 = Toggle Use Tabs = caT -Convert Indentation = +Convert Indentation = cai % EOL Mode CRLF = CR = diff --git a/modules/textadept/keys.osx.conf b/modules/textadept/keys.osx.conf index 5cbc9567..786c8d65 100644 --- a/modules/textadept/keys.osx.conf +++ b/modules/textadept/keys.osx.conf @@ -3,9 +3,9 @@ % Define additional key commands in _USERHOME/modules/textadept/keys.lua. % Unassigned keys (~ denotes keys reserved by the operating system): -% 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_ ) ] } * / +% c: A B C ~ JkK ~M N p ~ tT U V Xy ) ] } * ~~\n~~ +% ca: aAbBcC~DeE F ~HiIjJkK L~MnN pPq~rRsStTuUvVwWxXyYzZ_"'()[]{}<>*+-/= \n~~ +% m: cC D gG H J K L oO qQ v xXyYzZ_ ) ] } * / % CTRL = 'c' (Command ⌘) % ALT = 'a' (Alt/option ⌥) @@ -15,6 +15,11 @@ % Command, Alt, Shift, and 'a' = 'caA' % Command, Alt, Shift, and '\t' = 'cas\t' +% Multiple keys separated by spaces can be assigned to the same command. +% Keychains are not supported. Please define chains manually. + +% If you use a different locale, please use the localized versions of commands. + % File gtk-new = cn gtk-open = co @@ -35,11 +40,11 @@ gtk-cut = cx gtk-copy = cc gtk-paste = cv Duplicate Line = cd -gtk-delete = +gtk-delete = del gtk-select-all = ca Match Brace = mm Complete Word = mesc -Delete Word = +Delete Word = mdel Highlight Word = cH Toggle Block Comment = c/ Transpose Characters = mt @@ -53,14 +58,14 @@ Select in Single Quotes = c' Select in Parentheses = c( Select in Brackets = c[ Select in Braces = c{ -Select Word = +Select Word = cD Select Line = cL Select Paragraph = cP Select Indented Block = cI -Select Style = +Select Style = cY % Selection -Upper Case Selection = -Lower Case Selection = +Upper Case Selection = mu +Lower Case Selection = mU Enclose as XML Tags = m< Enclose as Single XML Tag = m> Enclose in Single Quotes = m' @@ -107,7 +112,7 @@ Previous Bookmark = sf2 Goto Bookmark... = af2 % Snapopen Snapopen User Home = cu -Snapopen Textadept Home = cau +Snapopen Textadept Home = Snapopen Current Directory = caO Show Style = ci @@ -121,7 +126,7 @@ Tab width: 3 = Tab width: 4 = Tab width: 8 = Toggle Use Tabs = mT -Convert Indentation = +Convert Indentation = mi % EOL Mode CRLF = CR = |