|
2010-01-10
, 16:21
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#42
|
You want Page_Up and Page_Down.
Disregard this, sorry. I was looking at your labels...
|
2010-01-25
, 03:34
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#43
|
|
2010-01-25
, 05:51
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#44
|
any chance of maybe doing a own shortcut like:
shown name: "root"
command if you click it: "sudo gainroot"
or just any other command you may use regularly?! (:
|
2010-01-25
, 05:54
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#45
|
Every other key press works. Is it possible that the keypress keys access an empty history file?
Ehhh, on 2nd thought I don't think so. I can push the bar a few times off the key bar and it doesn't pull it back from the history when using PageUP on the key bar, but does pull it from the hx on the Keyboard.
|
2010-01-25
, 06:00
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#46
|
key <UP> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Up ] }; key <LEFT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Left ] }; key <DOWN> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Down ] }; key <RGHT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Right ] };
|
2010-01-25
, 06:59
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#47
|
mhm... a copy of the rx-51 file... cursors:
Code:key <UP> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Up ] }; key <LEFT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Left ] }; key <DOWN> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Down ] }; key <RGHT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Right ] };
|
2010-01-25
, 19:58
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#48
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2010-01-25
, 20:14
|
Posts: 1,283 |
Thanked: 370 times |
Joined on Sep 2009
@ South Florida
|
#49
|
les_garten: There definitely seems to be a bug here. I was able to add Page_Up and Page_Down to the rx_51 keymap (fn+up and fn+down), but I was unable to make them work on the xterm bar.
|
2010-01-25
, 20:52
|
Posts: 18 |
Thanked: 7 times |
Joined on Sep 2009
@ Brazil
|
#50
|
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]"
The Following 4 Users Say Thank You to blfgomes For This Useful Post: | ||
Disregard this, sorry. I was looking at your labels...
Last edited by qwerty12; 2010-01-10 at 14:41.