diff options
Diffstat (limited to 'modules/textadept/keys.conf')
-rw-r--r-- | modules/textadept/keys.conf | 25 |
1 files changed, 15 insertions, 10 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 = |