Pavel Roskin
|
6b63507463
|
* editkeys.c: Leave only distinct entries in cooledit_key_map
and emacs_key_map. Move the rest to common_key_map.
|
2003-06-14 05:02:33 +00:00 |
|
Pavel Roskin
|
9dae056016
|
* editkeys.c (emacs_key_map): Move Atl-'>' and Alt-'<' ...
(common_key_map): ... here.
|
2003-06-10 00:35:55 +00:00 |
|
Pavel Roskin
|
bdc56f331b
|
* editcmd.c: Implement pasting the output of any external
command.
* editmenu.c: Add menu entries for that.
* editcmddef.h: Add new command CK_ExtCmd.
|
2003-05-30 21:06:10 +00:00 |
|
Pavel Roskin
|
867704615b
|
* key.c (correct_key_code): Convert unrecognized 0177, Ctrl-h
and Ctrl-d into Delete and Backspace. Remove all references to
those keys in other files.
|
2003-03-10 20:27:54 +00:00 |
|
Pavel Roskin
|
7cdbc354c2
|
* editkeys.c (common_key_map): Delete previous word by
Alt-Backspace. Fix Ctrl-Backspace on some terminals.
Reported by Andrew V. Samoilov <sav@bcs.zp.ua>
|
2003-03-07 21:47:32 +00:00 |
|
Pavel Roskin
|
812bac9a33
|
* editkeys.c: Move key maps to the file scope. Put common keys
to a separate table common_key_map.
(edit_translate_key): Remove unused argument x_keycode.
|
2002-12-25 22:53:07 +00:00 |
|
Pavel Roskin
|
e0bbeb7085
|
* editkeys.c (edit_translate_key): Treat Shift-Enter as return
without indent. Useful when pasting multiline text with
Shift-button3 or Shift-Insert with autoindent enabled.
|
2002-12-25 05:46:03 +00:00 |
|
Pavel Roskin
|
554acb2837
|
* editkeys.c (edit_translate_key): Treat Ctrl-Home and Ctrl-End
like Ctrl-PgUp and Ctrl-PgDown respectively.
|
2002-12-23 10:18:22 +00:00 |
|
Pavel Roskin
|
ab43e6db88
|
* edit_key_translator.c: Rename to ...
* editkeys.c: ... this.
* edit.c (edit_translate_key): Move to editkeys.c.
* Makefile.am: Adjust for the above.
|
2002-12-23 10:13:35 +00:00 |
|