1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
|
List of Emacs Bindings and status in tkBindEnhanced.
Status: t Bound in text.tcl
i Bound in isearch.tcl or dsearch.tcl
p Bound in prompt.tcl
r Bound in rectangle.tcl
% Bound, but different from standard emacs
Notes: frame/buffer/window commands are beyond the scope of this
package. Programs that use this package may wish to
implement them if desired (such as a true editor). The
mail, news, dired and version control commands are similarly
outside this package's scope. See the list at the end of
this file.
status key binding
------ --- -------
t C-@ set-mark-command
t C-a beginning-of-line
t C-b backward-char
C-c mode-specific-command-prefix
t C-d delete-char
t C-e end-of-line
t C-f forward-char
t C-g keyboard-quit
C-h help-command
TAB indent-for-tab-command
LFD newline-and-indent
t C-k kill-line
t C-l recenter
t RET newline
t C-n next-line
t C-o open-line
t C-p previous-line
t C-q quoted-insert
i C-r isearch-backward
i C-s isearch-forward
t C-t transpose-chars
t C-u universal-argument
t C-v scroll-up
t C-w kill-region
t C-x Control-X-prefix
t C-y yank
t C-z iconify-or-deiconify-frame
t ESC ESC-prefix
C-] abort-recursive-edit
t C-_ undo
t DEL delete-backward-char
C-M-delete backward-kill-sexp
t M-left backward-word
t M-right forward-word
t insert overwrite-mode
t % end end-of-buffer % end-of-line
t next scroll-up
t prior scroll-down
t down next-line
t right forward-char
t up previous-line
t left backward-char
t % home beginning-of-buffer % beginning-of-line
t C-SPC set-mark-command
t C-- negative-argument
t C-9 digit-argument
t C-8 digit-argument
t C-7 digit-argument
t C-6 digit-argument
t C-5 digit-argument
t C-4 digit-argument
t C-3 digit-argument
t C-2 digit-argument
t C-1 digit-argument
t C-0 digit-argument
t C-/ undo
C-h q help-quit
C-h v describe-variable
C-h w where-is
C-h t help-with-tutorial
C-h s describe-syntax
C-h p finder-by-keyword
C-h n view-emacs-news
C-h C-n view-emacs-news
C-h m describe-mode
C-h l view-lossage
C-h C-k Info-goto-emacs-key-command-node
C-h C-f Info-goto-emacs-command-node
C-h i info
C-h f describe-function
C-h d describe-function
C-h k describe-key
C-h c describe-key-briefly
C-h b describe-bindings
C-h a command-apropos
C-h C-p describe-project
C-h C-w describe-no-warranty
C-h C-d describe-distribution
C-h C-c describe-copying
C-h ? help-for-help
C-h C-h help-for-help
C-x C-@ pop-global-mark
t % C-x C-e eval-last-sexp % Tcl eval selection
C-x TAB indent-rigidly
C-x C-k edit-kbd-macro
C-x C-l downcase-region
C-x C-n set-goal-column
t C-x C-o delete-blank-lines
C-x C-p mark-page
C-x C-t transpose-lines
C-x C-u upcase-region
t C-x C-x exchange-point-and-mark
C-x C-z iconify-or-deiconify-frame
C-x ESC Prefix Command
C-x $ set-selective-display
C-x ' expand-abbrev
C-x ( start-kbd-macro
C-x ) end-kbd-macro
t % C-x . set-fill-prefix
C-x / point-to-register-compatibility-binding
C-x ; set-comment-column
C-x < scroll-left
C-x = what-cursor-position
C-x > scroll-right
C-x [ backward-page
C-x ] forward-page
C-x a Prefix Command
C-x e call-last-kbd-macro
t C-x f set-fill-column
C-x g insert-register-compatibility-binding
t C-x h mark-whole-buffer
p C-x i insert-file
C-x j jump-to-register-compatibility-binding
C-x l count-lines-page
C-x n Prefix Command
C-x q kbd-macro-query
t C-x r Prefix Command
t C-x u advertised-undo
C-x x copy-to-register-compatibility-binding
C-x DEL backward-kill-sentence
C-x C-SPC pop-global-mark
ESC C-@ mark-sexp
ESC C-a beginning-of-defun
ESC C-b backward-sexp
ESC C-c exit-recursive-edit
ESC C-d down-list
ESC C-e end-of-defun
ESC C-f forward-sexp
ESC C-h mark-defun
ESC TAB complete-tag
ESC LFD indent-new-comment-line
ESC C-k kill-sexp
ESC C-l reposition-window
ESC C-n forward-list
ESC C-o split-line
ESC C-p backward-list
ESC C-r isearch-backward-regexp
ESC C-s isearch-forward-regexp
ESC C-t transpose-sexps
ESC C-u backward-up-list
ESC C-w append-next-kill
ESC ESC eval-expression
ESC C-\ indent-region
t ESC SPC just-one-space
ESC ! shell-command
ESC $ ispell-word
ESC % query-replace
ESC ' abbrev-prefix-mark
ESC ( insert-parentheses
ESC ) move-past-close-and-reindent
ESC , tags-loop-continue
t ESC - negative-argument
ESC . find-tag
ESC / dabbrev-expand
t ESC 0 .. ESC 9 digit-argument
ESC ; indent-for-comment
t ESC < beginning-of-buffer
ESC = count-lines-region
t ESC > end-of-buffer
ESC @ mark-word
t ESC \ delete-horizontal-space
ESC ^ delete-indentation
ESC a backward-sentence
t ESC b backward-word
ESC c capitalize-word
t ESC d kill-word
ESC e forward-sentence
t ESC f forward-word
t ESC h mark-paragraph
ESC i tab-to-tab-stop
ESC j indent-new-comment-line
ESC k kill-sentence
ESC l downcase-word
ESC m back-to-indentation
t ESC q fill-paragraph
ESC r move-to-window-line
ESC t transpose-words
ESC u upcase-word
t ESC v scroll-down
t ESC w kill-ring-save
p % ESC x execute-extended-command % prompt for Tcl command
t ESC y yank-pop
ESC z zap-to-char
t ESC { backward-paragraph
ESC | shell-command-on-region
t ESC } forward-paragraph
ESC ~ not-modified
t ESC DEL backward-kill-word
ESC C-SPC mark-sexp
ESC C-- negative-argument
ESC C-9 digit-argument
ESC C-8 digit-argument
ESC C-7 digit-argument
ESC C-6 digit-argument
ESC C-5 digit-argument
ESC C-4 digit-argument
ESC C-3 digit-argument
ESC C-2 digit-argument
ESC C-1 digit-argument
ESC C-0 digit-argument
C-x ESC ESC repeat-complex-command
C-x 6 RET tc-scroll-line
C-x 6 DEL tc-scroll-down
C-x 6 SPC tc-scroll-up
C-x 6 s tc-split
C-x 6 o tc-associated-buffer
C-x 6 C-l tc-recenter
C-x 6 d tc-dissociate
C-x 6 b tc-associate-buffer
C-x 6 2 tc-two-columns
C-x 6 1 tc-merge
C-x a ' expand-abbrev
C-x a e expand-abbrev
C-x a - inverse-add-global-abbrev
C-x a i Prefix Command
C-x a + add-mode-abbrev
C-x a g add-global-abbrev
C-x a C-a add-mode-abbrev
C-x a l add-mode-abbrev
C-x n p narrow-to-page
C-x n w widen
C-x n n narrow-to-region
C-x r l list-bookmarks
C-x r m bookmark-set
C-x r b bookmark-jump
r C-x r t string-rectangle
C-x r o open-rectangle
r C-x r y yank-rectangle
r C-x r d delete-rectangle
r C-x r k kill-rectangle
r C-x r c clear-rectangle
r % C-x r r copy-rectangle-to-register % no registers yet
C-x r g insert-register
C-x r i insert-register
C-x r x copy-to-register
C-x r s copy-to-register
C-x r j jump-to-register
C-x r SPC point-to-register
C-x r C-SPC point-to-register
C-x r C-@ point-to-register
C-x a i l inverse-add-mode-abbrev
C-x a i g inverse-add-global-abbrev
======================================================================
This is a list of emacs bindings that are beyond the scope of the
tkBindEnhanced package but should be implemented and bound by those
applications using tkBindEnhanced where they make sense to exist.
For those bindings marked with an "a", implementation is HIGHLY
recommended.
M-end end-of-buffer-other-window
M-prior scroll-other-window-down
M-next scroll-other-window
M-home beginning-of-buffer-other-window
C-x C-b list-buffers
a C-x C-c save-buffers-kill-emacs
C-x C-d list-directory
a C-x C-f find-file
C-x C-q vc-toggle-read-only
C-x C-r find-file-read-only
a C-x C-s save-buffer
C-x C-v find-alternate-file
a C-x C-w write-file
C-x + balance-windows
C-x - shrink-window-if-larger-than-buffer
C-x 0 delete-window
C-x 1 delete-other-windows
C-x 2 split-window-vertically
C-x 3 split-window-horizontally
C-x 4 ctl-x-4-prefix
C-x 5 ctl-x-5-prefix
C-x 6 Prefix Command
C-x ^ enlarge-window
C-x ` next-error
C-x b switch-to-buffer
C-x d dired
C-x k kill-buffer
C-x m mail
C-x o other-window
C-x s save-some-buffers
C-x v Prefix Command
C-x { shrink-window-horizontally
C-x } enlarge-window-horizontally
ESC C-v scroll-other-window
C-x 4 C-o display-buffer
C-x 4 b switch-to-buffer-other-window
C-x 4 C-f find-file-other-window
C-x 4 r find-file-read-only-other-window
C-x 4 f find-file-other-window
C-x 4 m mail-other-window
C-x 4 . find-tag-other-window
C-x 4 d dired-other-window
C-x 4 a add-change-log-entry-other-window
C-x 5 o other-frame
C-x 5 0 delete-frame
C-x 5 2 make-frame
C-x 5 r find-file-read-only-other-frame
C-x 5 C-f find-file-other-frame
C-x 5 f find-file-other-frame
C-x 5 b switch-to-buffer-other-frame
C-x 5 m mail-other-frame
C-x 5 . find-tag-other-frame
C-x 5 d dired-other-frame
C-x 6 } enlarge-window-horizontally
C-x 6 { shrink-window-horizontally
C-x r f frame-configuration-to-register
C-x r w window-configuration-to-register
C-x v ~ vc-version-other-window
C-x v = vc-diff
C-x v v vc-next-action
C-x v u vc-revert-buffer
C-x v s vc-create-snapshot
C-x v r vc-retrieve-snapshot
C-x v l vc-print-log
C-x v i vc-register
C-x v h vc-insert-headers
C-x v d vc-directory
C-x v c vc-cancel-version
C-x v a vc-update-change-log
|