On platforms that support the Terminal Keyboard and Trace Core, this console allows the Carbide Terminal Keyboard plugin to be used directly with fshell via the tracecore connection, even in gui environments when the normal eshell terminalkeyboard plugin won't work. See the main consoles page for a comparison of the various consoles.
There are no major configuration options to use terminalkeyboardcons. If it is supported on your platform, you just need to launch:
fshell --console terminalkeyboardcons
And start the Carbide Terminal Keyboard plugin. Assuming tracing is set up correctly fshell should sucessfully piggyback the tracecore connection. You shouldn't specify any of the terminalkeyboard rombuild macros, they may interfere with fshell's implementation.
You can specify the size of the terminal keyboard window using the --console-size
option (the default size is 80x24). There is a debug option which prints additional logging, although this won't be of interest to anyone except the fshell maintainers.
fshell --console terminalkeyboardcons [--console-size WIDTH,HEIGHT] [--console-title debug]
The Carbide Terminal Keyboard (at the time of writing) does not pass through certain keypresses such as control keys, which limits the usefulness of the shell. Therefore this console supports a set of custom escape sequences using the backtick `
key as a modifier. The sequence backtick-space
means press and release the backtick key, then press and release the space bar.
backtick-backtick
The escape key.
backtick-1
Tab.
backtick-uparrow
Up arrow (normally pressing the up cursor key just sends a numeric '2' to fshell, so technically this sequence is backtick-2
.)
backtick-downarrow
, backtick-leftarrow
, backtick-rightarrow
Down, left, right.
backtick-space
The literal backtick character `
.
backtick-a
through backtick-z
The control keys CTRL-A through CTRL-Z.
Copyright (c) 2008-2010 Accenture. All rights reserved.