TNiga
|
2010-01-25
, 20:55
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#51
|
The Following User Says Thank You to TNiga For This Useful Post: | ||
|
2010-01-26
, 02:31
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#52
|
I have Up and Down (along with Carriage Return) mapped so that I don't have to slide the keyboard out.
Modify the lines below according to your needs:
Code:gconftool-2 --set -t list --list-type string \ /apps/osso/xterm/key_labels "[Tab,Esc,Dn,Up,CR]" gconftool-2 --set -t list --list-type string \ /apps/osso/xterm/keys "[Tab,Escape,Down,Up,KP_Enter]"
|
2010-01-26
, 05:14
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#53
|
|
2010-01-26
, 05:56
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#54
|
|
2010-01-26
, 06:09
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#55
|
|
2010-01-26
, 06:24
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2010
|
#56
|
|
2010-01-26
, 06:33
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#57
|
les_garten: You did NOT say you wanted up and down. You said you wanted PAGE up and PAGE down...
|
2010-01-27
, 21:59
|
Posts: 18 |
Thanked: 7 times |
Joined on Sep 2009
@ Brazil
|
#58
|
les_garten: You did NOT say you wanted up and down. You said you wanted PAGE up and PAGE down...
|
2010-01-28
, 13:15
|
Posts: 173 |
Thanked: 160 times |
Joined on Jan 2010
@ London, UK
|
#59
|
Would it be possible to get cut and paste on to the bar?
This is functions that I use quite frequently so minimizing the amount of steps would be most helpful.
|
2010-01-28
, 13:30
|
Posts: 144 |
Thanked: 21 times |
Joined on Mar 2007
@ Finland
|
#60
|
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,Alt]" gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,Page_Up,Page_Down,Alt]"