home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.apps
- Path: sparky!uunet!munnari.oz.au!manuel!csis!regulus!gjw
- From: gjw@csis.dit.csiro.au (Graham Williams)
- Subject: Re: textedit keybindings
- Message-ID: <1992Sep2.000931.695@csis.dit.csiro.au>
- Sender: news@csis.dit.csiro.au
- Nntp-Posting-Host: regulus
- Reply-To: gjw@csis.dit.csiro.au
- Organization: Spatial Information Systems, CSIRO, Canberra, Australia
- References: <mlg.715367559@volvo>
- Date: Wed, 2 Sep 1992 00:09:31 GMT
- Lines: 66
-
- In article 715367559@volvo, mlg@siemens.com. (Michael Greenberg) writes:
-
- >I have been unable to find a list of the keybindings in textedit.
- >Does anyone have the list or know where it can be found (I've searched
- >through the docs with no luck). Also, can these bindings be
- >customized?
-
- Below is what I managed to track down. Place into
- .Xedfaults or load into xrdb.
-
-
- /*\
- Refer to the file xview3/lib/libxview/server/svr_kmdata.h. If you want
- to use a binding already in use, be sure to undefine the default
- binding first. For example, I map M-d to delete next word, but the
- default for M-d is match delimter. So set match delimiter to NULL.
- When searching, make a selection first.
-
- Some mappings to simulate emacs:
-
- M-d Delete next word
- M-f Forward word
- M-w Copy
- M-BS Delete next word
- M-Del Delete previous word
- C-k Kill to end of line
- C-r Search backwards
- C-s Search forwards
- C-y Paste
-
- Other default mappings:
-
- C-S-. Forward word
- C-/ Forward word
- C-, Backward word
- C-S-w Delete next word
- M-S-f Search backwards
- S-Find Search backwards
- Find Search forwards
-
-
- Other mappings:
-
- BS Delete, not C-d as then in cmdtool I can't use it as EOF
-
- \*/
-
- OpenWindows.KeyboardCommand.Copy: w+Meta,c+Meta,L6
- OpenWindows.KeyboardCommand.Cut: w+Ctrl,x+Meta,L10
- OpenWindows.KeyboardCommand.EraseCharForward: BackSpace
- OpenWindows.KeyboardCommand.EraseLineEnd: k+Ctrl
- OpenWindows.KeyboardCommand.EraseWordForward: d+Meta,W+Ctrl,BackSpace+Meta
- OpenWindows.KeyboardCommand.EraseWordBackward: Delete+Meta
- OpenWindows.KeyboardCommand.FindBackward: r+Ctrl,F+Meta,L9+Shift
- OpenWindows.KeyboardCommand.FindForward: s+Ctrl,L9
- OpenWindows.KeyboardCommand.GoWordForward: f+Meta,slash+Ctrl,greater+Ctrl
- OpenWindows.KeyboardCommand.MatchDelimiter:
- OpenWindows.KeyboardCommand.Paste: y+Ctrl,L8
-
-
- ---
- Graham.Williams@csis.dit.csiro.au ,--_|\ Tel: +61 6 275 0963
- Spatial Information Systems, CSIRO-DIT / \ Fax: +61 6 257 1052
- Australian National University, Canberra \_.--_*/ GPO Box 664 ACT 2601
- v
-
-