|
2009-12-03
, 03:14
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#13
|
The following works to add the "|" button on the Fremantle osso-xterm bar:
I should probably also mention the open bug for this, you know what to do ;-)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've tried these commands, but to no effect..
Here is the output from the corresponding gconftool-2 gets:
After exiting the terminal and starting up a new one, there's no change visible in the key bar. Did I miss something?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]
|
2009-12-03
, 18:04
|
Posts: 474 |
Thanked: 283 times |
Joined on Oct 2009
@ Oxford, UK
|
#14
|
|
2009-12-03
, 18:28
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#15
|
~ $ 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,|,>,~,\`,^]"
The Following 8 Users Say Thank You to kwotski For This Useful Post: | ||
|
2009-12-03
, 18:44
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#16
|
|
2009-12-03
, 23:04
|
Posts: 236 |
Thanked: 223 times |
Joined on Oct 2009
@ NE UK
|
#17
|
The Following 2 Users Say Thank You to kwotski For This Useful Post: | ||
|
2009-12-04
, 15:56
|
Posts: 4 |
Thanked: 8 times |
Joined on Nov 2009
|
#18
|
|
2009-12-04
, 17:02
|
Posts: 3 |
Thanked: 13 times |
Joined on Dec 2009
@ St Albans, UK
|
#19
|
less thisisaveryloNGfilename.txt
^NG^ng
The Following 12 Users Say Thank You to psmears For This Useful Post: | ||
|
2009-12-04
, 22:37
|
Posts: 12 |
Thanked: 23 times |
Joined on Nov 2009
@ San Francisco, CA
|
#20
|
Code:~ $ 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,|,>,~,\`,^]"
~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,bar,greater,asciitilde,grave,asciicircum]" ~ $ gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,|,>,~,\`,^]"
And just to collect the codes in one place:
CR = KP_Enter (for hitting enter when the keyboard isn't out)
| = bar
~ = asciitilde
> = greater
` = grave
dead_grave (that's my creepy favorite! Note: needs to be hit twice for backquote)qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
Last edited by qole; 2009-12-04 at 23:13. Reason: changed dead_grave to grave at the request of others