diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-12 17:43:21 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-12 17:43:21 +0200 |
commit | f94fd1fda6c1945db2726d8f05f392e938f3b2af (patch) | |
tree | fd9798bd63ca717a4f0ff508bbc95dbcd6e3fa8c /README | |
parent | 711e674080baa25cd6f454785df7590e45345733 (diff) | |
download | sciteco-f94fd1fda6c1945db2726d8f05f392e938f3b2af.tar.gz |
updated README: mention new key macro feature
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,8 @@ Features the command stream. This also enables navigating with function keys (e.g. cursor keys) as demonstrated by the standard library `fnkeys.tes`. - Function key macros can be context-sensitive, too. + In fact, all keys with printable representation and control keys can be remapped using + key macros - and they can be context-sensitive as well! * Many TECO-11 features, like that most commands have a colon-modified form, string-building characters, exotic match characters... * Interactivity: Immediate searching (similar to search-as-you-type) and |