| The Following User Says Thank You to psmears For This Useful Post: | ||
| The Following 8 Users Say Thank You to sswam For This Useful Post: | ||
# fs: fullscreen
gconftool-2 -s /apps/osso/xterm/toolbar -t bool "false"
# tb: show toolbar
gconftool-2 -s /apps/osso/xterm/toolbar -t bool "true"
# kd: default keys:
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn]"
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down]"
# ks: shell keys
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Esc,<,>,|,^,%,~]"
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Escape,less,greater,bar,asciicircum,percent,asciitilde]"
# kc: C keys
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[|,{,},\[,\],<,>]"
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[bar,braceleft,braceright,bracketleft,bracketright,less,greater]"
# kb: brace / python keys
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Esc,\[,\],<,>,|,%]"
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Escape,bracketleft,bracketright,less,greater,bar,percent]"
# kv: key bar to help when using the virtual keyboard
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,<,>,|,dn,up,cr]"
gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,less,greater,bar,Down,Up,KP_Enter]"
| The Following User Says Thank You to -miniME- For This Useful Post: | ||
~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,bar,greater,asciitilde,dead_grave,asciicircum]" ~ $ gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,|,>,~,\`,^]"