PageRenderTime 29ms CodeModel.GetById 20ms app.highlight 7ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-1-pre5/org/gjt/sp/jedit/jedit_keys.props

#
MSBuild | 196 lines | 188 code | 8 blank | 0 comment | 1 complexity | 13973e6c8b28ae584b447105b2ce7b2c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1###
  2### jEdit keyboard shortcuts
  3### :tabSize=8:indentSize=8:noTabs=false:
  4### :folding=explicit:collapseFolds=1:
  5###
  6### Copyright (C) 1998, 2002 Slava Pestov
  7###
  8
  9#{{{ Function keys
 10help.shortcut=F1
 11#}}}
 12
 13#{{{ C+X
 14select-all.shortcut=C+a
 15complete-word.shortcut=C+b
 16copy.shortcut=C+c
 17delete-line.shortcut=C+d
 18# C+e is a prefix
 19find.shortcut=C+f
 20find-next.shortcut=C+g
 21find-prev.shortcut=C+h
 22indent-lines.shortcut=C+i
 23join-lines.shortcut=C+j
 24swap-marker.shortcut=C+k
 25goto-line.shortcut=C+l
 26# C+m is a prefix
 27new-file.shortcut=C+n
 28open-file.shortcut=C+o
 29print.shortcut=C+p
 30exit.shortcut=C+q
 31# C+r is a prefix
 32save.shortcut=C+s
 33add-marker-shortcut.shortcut=C+t
 34select-marker.shortcut=C+u
 35paste.shortcut=C+v
 36close-buffer.shortcut=C+w
 37cut.shortcut=C+x
 38goto-marker.shortcut=C+y
 39undo.shortcut=C+z
 40unsplit-current.shortcut=C+0
 41unsplit.shortcut=C+1
 42split-horizontal.shortcut=C+2
 43split-vertical.shortcut=C+3
 44delete-start-line.shortcut=CS+BACK_SPACE
 45delete-end-line.shortcut=CS+DELETE
 46#}}}
 47
 48#{{{ C+e C+X
 49# Unused: f, h, n, q, x, y
 50copy-append.shortcut=C+e C+a
 51search-in-open-buffers.shortcut=C+e C+b
 52range-comment.shortcut=C+e C+c
 53search-in-directory.shortcut=C+e C+d
 54goto-textarea.shortcut=C+e C+e
 55replace-and-find-next.shortcut=C+e C+g
 56center-caret.shortcut=C+e C+i
 57scroll-to-current-line.shortcut=C+e C+j
 58line-comment.shortcut=C+e C+k
 59select-line-range.shortcut=C+e C+l
 60add-marker.shortcut=C+e C+m
 61open-path.shortcut=C+e C+o
 62vertical-paste.shortcut=C+e C+p
 63replace-in-selection.shortcut=C+e C+r
 64save-all.shortcut=C+e C+s
 65toggle-line-numbers.shortcut=C+e C+t
 66cut-append.shortcut=C+e C+u
 67paste-previous.shortcut=C+e C+v
 68close-all.shortcut=C+e C+w
 69redo.shortcut=C+e C+z
 70prev-marker.shortcut=C+e C+COMMA
 71next-marker.shortcut=C+e C+PERIOD
 72prev-bracket.shortcut=C+e C+OPEN_BRACKET
 73next-bracket.shortcut=C+e C+CLOSE_BRACKET
 74close-docking-area.shortcut=C+e C+BACK_QUOTE
 75left-docking-area.shortcut=C+e C+LEFT
 76top-docking-area.shortcut=C+e C+UP
 77right-docking-area.shortcut=C+e C+RIGHT
 78bottom-docking-area.shortcut=C+e C+DOWN
 79#}}}
 80
 81#{{{ C+e X
 82# Unused: b e g h j k m o q t y z
 83add-explicit-fold.shortcut=C+e a
 84collapse-all-folds.shortcut=C+e c
 85delete-paragraph.shortcut=C+e d
 86format-paragraph.shortcut=C+e f
 87invert-selection.shortcut=C+e i
 88select-line.shortcut=C+e l
 89narrow-to-fold.shortcut=C+e n n
 90narrow-to-selection.shortcut=C+e n s
 91select-paragraph.shortcut=C+e p
 92remove-trailing-ws.shortcut=C+e r
 93select-fold.shortcut=C+e s
 94insert-literal.shortcut=C+e v
 95select-word.shortcut=C+e w
 96parent-fold.shortcut=C+e u
 97expand-all-folds.shortcut=C+e x
 98expand-folds.shortcut=C+e ENTER
 99#}}}
100
101#{{{ C+m C+X
102run-last-macro.shortcut=C+m C+l
103record-temp-macro.shortcut=C+m C+m
104run-temp-macro.shortcut=C+m C+p
105record-macro.shortcut=C+m C+r
106stop-recording.shortcut=C+m C+s
107#}}}
108
109#{{{ C+r C+X
110copy-append-string-register.shortcut=C+r C+a
111copy-string-register.shortcut=C+r C+c
112clear-register.shortcut=C+r C+l
113vertical-paste-string-register.shortcut=C+r C+p
114cut-append-string-register.shortcut=C+r C+u
115paste-string-register.shortcut=C+r C+v
116cut-string-register.shortcut=C+r C+x
117#}}}
118
119#{{{ Other keys
120recent-buffer.shortcut=C+BACK_QUOTE
121select-block.shortcut=C+OPEN_BRACKET
122match-bracket.shortcut=C+CLOSE_BRACKET
123prev-paragraph.shortcut=C+UP
124next-paragraph.shortcut=C+DOWN
125select-prev-paragraph.shortcut=CS+UP
126select-next-paragraph.shortcut=CS+DOWN
127shift-left.shortcut2=S+TAB
128prev-fold.shortcut=A+UP
129next-fold.shortcut=A+DOWN
130shift-left.shortcut=A+LEFT
131shift-right.shortcut=A+RIGHT
132select-none.shortcut=ESCAPE
133backspace.shortcut=BACK_SPACE
134backspace-word.shortcut=C+BACK_SPACE
135delete.shortcut=DELETE
136delete-word.shortcut=C+DELETE
137overwrite.shortcut=INSERT
138home.shortcut=HOME
139end.shortcut=END
140document-home.shortcut=C+HOME
141document-end.shortcut=C+END
142select-home.shortcut=S+HOME
143select-end.shortcut=S+END
144select-document-home.shortcut=CS+HOME
145select-document-end.shortcut=CS+END
146prev-page.shortcut=PAGE_UP
147next-page.shortcut=PAGE_DOWN
148select-prev-page.shortcut=S+PAGE_UP
149select-next-page.shortcut=S+PAGE_DOWN
150prev-char.shortcut=LEFT
151prev-word.shortcut=C+LEFT
152select-prev-char.shortcut=S+LEFT
153select-prev-word.shortcut=CS+LEFT
154next-char.shortcut=RIGHT
155next-word.shortcut=C+RIGHT
156select-next-char.shortcut=S+RIGHT
157select-next-word.shortcut=CS+RIGHT
158prev-line.shortcut=UP
159select-prev-line.shortcut=S+UP
160next-line.shortcut=DOWN
161select-next-line.shortcut=S+DOWN
162repeat.shortcut=C+ENTER
163collapse-fold.shortcut=A+BACK_SPACE
164expand-fold.shortcut=AS+ENTER
165expand-one-level.shortcut=A+ENTER
166expand-abbrev.shortcut=C+SEMICOLON
167quick-search.shortcut=C+COMMA
168hypersearch.shortcut=C+PERIOD
169quick-search-word.shortcut=A+COMMA
170hypersearch-word.shortcut=A+PERIOD
171scroll-up-page.shortcut=A+QUOTE
172scroll-up-line.shortcut=C+QUOTE
173scroll-down-line.shortcut=C+SLASH
174scroll-down-page.shortcut=A+SLASH
175toggle-multi-select.shortcut=C+BACK_SLASH
176prev-buffer.shortcut=C+PAGE_UP
177next-buffer.shortcut=C+PAGE_DOWN
178prev-textarea.shortcut=A+PAGE_UP
179next-textarea.shortcut=A+PAGE_DOWN
180insert-newline-indent.shortcut=ENTER
181#}}}
182
183#{{{ Alternative shortcuts for frequently-used commands
184next-page.shortcut2=A+a
185delete.shortcut2=A+d
186prev-line.shortcut2=A+i
187prev-char.shortcut2=A+j
188next-line.shortcut2=A+k
189next-char.shortcut2=A+l
190prev-page.shortcut2=A+q
191end.shortcut2=A+x
192home.shortcut2=A+z
193copy.shortcut2=C+INSERT
194paste.shortcut2=S+INSERT
195cut.shortcut2=S+DELETE
196#}}}