aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/keys.conf')
-rw-r--r--modules/textadept/keys.conf149
1 files changed, 149 insertions, 0 deletions
diff --git a/modules/textadept/keys.conf b/modules/textadept/keys.conf
new file mode 100644
index 00000000..c2951fac
--- /dev/null
+++ b/modules/textadept/keys.conf
@@ -0,0 +1,149 @@
+% Windows and Linux menu key commands.
+% This set of key commands is pretty standard among other text editors.
+% 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 N p qQ T ~ V X Y ) ] } * \n
+% a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpP QrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s
+% ca: aAbBcCdDeE F hHi jJkK LmMnN pPqQ t Uv xXyYzZ_"'()[]{}<>* /
+
+% CTRL = 'c' (Control ^)
+% ALT = 'a' (Alt)
+% META = [unused]
+% SHIFT = 's' (Shift ⇧)
+% ADD = ''
+% Control, Alt, Shift, and 'a' = 'caA'
+% Control, Alt, Shift, and '\t' = 'cas\t'
+
+% File
+gtk-new = cn
+gtk-open = co
+Open Recent... = cao
+Reload = cO
+gtk-save = cs
+gtk-save-as = cS
+gtk-close = cw
+Close All = cW
+Load Session... =
+Save Session... =
+gtk-quit = aq
+
+% Edit
+gtk-undo = cz
+gtk-redo = cy cZ
+gtk-cut = cx
+gtk-copy = cc
+gtk-paste = cv
+Duplicate = cd
+gtk-delete =
+gtk-select-all = ca
+Match Brace = cm
+Select to Brace = cM
+Complete Word = c\n
+Delete Word =
+Highlight Word = cH
+Complete Symbol = c\s
+Show Documentation = ch
+Toggle Block Comment = c/
+Transpose Characters = ct
+Join Lines = cJ
+Convert Indentation =
+% Selection
+% Enclose In...
+HTML Tags = a<
+HTML Single Tag = a>
+Double Quotes = a"
+Single Quotes = a'
+Parentheses = a(
+Brackets = a[
+Braces = a{
+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 =
+
+% Search
+gtk-find = cf
+Find Next = cg f3
+Find Previous = cG sf3
+Replace = cr
+Replace All = cR
+Find Incremental = caf
+Find in Files = cF
+Goto Next File Found = cag
+Goto Previous File Found = caG
+gtk-jump-to = cj
+
+% Tools
+Command Entry = ce
+Run = car
+Compile = caR
+Filter Through = c|
+% Snippets
+Expand = \t
+Insert... = ck
+Previous Placeholder = s\t
+Cancel = cK
+% Bookmark
+Toggle on Current Line = cf2
+Clear All = csf2
+Next = f2
+Previous = sf2
+Goto Bookmark... = af2
+% Snapopen
+User Home = cu
+Textadept Home = cau
+Current Directory = caO
+Show Style = ci
+
+% Buffer
+Next Buffer = c\t cpgdn
+Previous Buffer = cs\t cpgup
+Switch Buffer = cb
+Toggle View EOL = ca\n ca\n\r
+Toggle Wrap Mode = ca\\
+Toggle Show Indent Guides = caI
+Toggle Use Tabs = caT
+Toggle View Whitespace = ca\s
+Toggle Virtual Space = caV
+% EOL Mode
+CRLF =
+CR =
+LF =
+% Encoding
+UTF-8 =
+ASCII =
+ISO-8859-1 =
+MacRoman =
+UTF-16 =
+Select Lexer... = cal
+Refresh Syntax Highlighting = f5
+
+% View
+Next View = ca\t
+Previous View = cas\t
+Split Vertical = caS
+Split Horizontal = cas
+Unsplit = caw
+Unsplit All = caW
+Grow View = ca+ ca=
+Shrink View = ca-
+Zoom In = c=
+Zoom Out = c-
+Reset Zoom = c0
+
+% Help
+Manual = f1
+LuaDoc = sf1
+gtk-about =