Lugaru's Epsilon
Programmer's
Editor

Context:
Epsilon User's Manual and Reference
   Changes from Older Versions
      . . .
      EEL Programming Changes in Epsilon 11
         New EEL Primitives and Subroutines in Epsilon 11
         Changes to EEL Primitives and Subroutines in Epsilon 11
      New Features in Epsilon 10
         . . .
         Features in Epsilon 10 for Unix
         Windows Integration in Epsilon 10
         New CUA Keyboard Support in Epsilon 10
      Enhanced Features in Epsilon 10
         Dired Enhancements in Epsilon 10
         Searching & Navigation in Epsilon 10
         Grep and Multifile Searching in Epsilon 10
         . . .
         Other Changes in Epsilon 10
      . . .

Previous   Up    Next
Windows Integration in Epsilon 10  Changes from Older Versions   Dired Enhancements in Epsilon 10


Epsilon User's Manual and Reference > Changes from Older Versions > New Features in Epsilon 10 >

New CUA Keyboard Support in Epsilon 10

 CUA Binding  Epsilon Binding  Command Name
 Ctrl-a  Ctrl-x h  mark-whole-buffer
 Ctrl-c  Alt-w  copy-region
 Ctrl-f  Ctrl-s  incremental-search
 Ctrl-h  Alt-r  query-replace
 Ctrl-n    new-file
 Ctrl-o  Ctrl-x Ctrl-f  find-file
 Ctrl-p  Alt-F9  print-buffer
 Ctrl-v  Ctrl-y  yank ("paste")
 Ctrl-w ...  Ctrl-x ...  (prefix key: see below)
 Ctrl-x  Ctrl-w  kill-region ("cut")
 Ctrl-z  F9  undo
 Alt-a  Ctrl-z  scroll-up
 Alt-z  Alt-z  scroll-down
 Alt-o  Ctrl-x h  mark-paragraph
 <Escape>  Ctrl-g  abort
 F3  Ctrl-s Ctrl-s  search-again
 <Home>  Ctrl-a  beginning-of-line
 <End>  Ctrl-e  end-of-line

In CUA emulation mode, Epsilon recognizes most of the key combinations commonly used in Windows programs. Other keys retain their usual Epsilon function.

To enable this emulation, press Alt-x, then type cua-keyboard and press <Enter>. Use Alt-x epsilon-keyboard <Enter> to return to the default Epsilon key assignments.

Various Alt-letter key combinations not mentioned in the figure invoke menu items (for example, Alt-f displays the File menu in CUA mode, though it doesn't in Epsilon's native configuration).

Many commands in Epsilon are two-key combinations starting with Ctrl-x. In CUA mode, use Ctrl-w instead of Ctrl-x. For example, the command delete-blank-lines is normally on Ctrl-x Ctrl-o, but in CUA emulation you would type Ctrl-w Ctrl-o.



Previous   Up    Next
Windows Integration in Epsilon 10  Changes from Older Versions   Dired Enhancements in Epsilon 10


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.