Terminal

From Maemo Leste Wiki
Revision as of 13:46, 25 October 2020 by Parazyd (talk | contribs) (Inital page with instructions on editing the soft key bar.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The default terminal emulator provided in Maemo Leste is osso-xterm.


Modifying soft keys

Through gconf, it is possible to modify the soft keys that show up on the bottom bar of osso-xterm.

For example, to have a series like "Tab, Escape, Arrow Down, Arrow Up" we would issue two gconftool commands, one which would modify the labels, and the other which would actually map it to the keys.

$ gconftool-2 --set -t list --list-type string /apps/osso/xterm/key_labels "[Tab,Escape,Dn,Up]"

$ gconftool-2 --set -t list --list-type string /apps/osso/xterm/keys "[Tab,Escape,Down,Up]"

Further reading:

talk.maemo.org thread: https://talk.maemo.org/archive/index.php/t-34926.html

Archived version: https://web.archive.org/web/20201025134527/https://talk.maemo.org/archive/index.php/t-34926.html