View Single Post
Posts: 12 | Thanked: 23 times | Joined on Nov 2009 @ San Francisco, CA
#20
Originally Posted by kwotski View Post
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,|,>,~,\`,^]"
dead_grave refers to the dead key for the grave accent (aka, backtick).

If you instead use:

Code:
~ $ 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,|,>,~,\`,^]"
"dead_grave" > "grave"

you will only have to press ` once to get a ` symbol.
 

The Following 5 Users Say Thank You to gwax For This Useful Post: