View Single Post
Posts: 236 | Thanked: 223 times | Joined on Oct 2009 @ NE UK
#13
Originally Posted by lma View Post
The following works to add the "|" button on the Fremantle osso-xterm bar:

Code:
~ $ 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,bar]"
I should probably also mention the open bug for this, you know what to do ;-)
Edit!
Originally Posted by kwotski (I am an idiot sometimes)
I've tried these commands, but to no effect..

Here is the output from the corresponding gconftool-2 gets:

Code:
~ $ gconftool-2 -g /appa/osso/xterm/key_labels
[Tab,Esc,PgUp,PgDn,|]
~ $ gconftool-2 -g /appa/osso/xterm/keys
[Tab,Escape,Page_Up,Page_Down,Bar]
After exiting the terminal and starting up a new one, there's no change visible in the key bar. Did I miss something?
Yes, you idiot, it's /apps not /appa ffs! Works now. Thanks.

Also, since you people seem to know what you're talking about... what the heck is that NW-facing arrow at the bottom left of the XTerm about? Doesn't seem to do anything here.. Edit: Ok, nevermind that, I see it enables text selection now

Last edited by kwotski; 2009-12-03 at 17:57.