Notices


Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#41
Originally Posted by les_garten View Post
Hi Qole,
Thanx for the help, strange that none of these work. Any other ideas?
You want Page_Up and Page_Down.

Disregard this, sorry. I was looking at your labels...

Last edited by qwerty12; 2010-01-10 at 14:41.
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#42
Originally Posted by qwerty12 View Post
You want Page_Up and Page_Down.

Disregard this, sorry. I was looking at your labels...
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.

Last edited by les_garten; 2010-01-10 at 16:24.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#43
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?! (:
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#44
Originally Posted by b666m View Post
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?! (:
I have one just like that

in /usr/share/applications/hildon the desktop files live.

Make a copy of the one called xterm.desktop or sometging like that. I think it's osso-xterm or something.

Edit the exec line to add the command "root" without the quotes. Set the icon command to your Icon you want. Here's one I made for root.

Put your icon in the scalable and 48x48 directories.
Attached Images
 
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#45
Originally Posted by les_garten View Post
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.
Does nobody use the PageUp and PageDn on the key bar? I REALLY wished this would work. It would save wear and tear on my keyboard slider just to hit the up arrow.

The up arrow and down arrow are what I want to pull commands from the command history.
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#46
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	] };

Last edited by b666m; 2010-01-25 at 06:14.
 
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#47
Originally Posted by b666m View Post
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	] };
Not sure how to integrate that into the gconf2 command?
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#48
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.
__________________
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!
 

The Following User Says Thank You to qole For This Useful Post:
Posts: 1,283 | Thanked: 370 times | Joined on Sep 2009 @ South Florida
#49
Originally Posted by qole View Post
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.
I was beginning to think it was just me! But those were on there like that from the factory, ehhh? So they never worked for anyone?
 
Posts: 18 | Thanked: 7 times | Joined on Sep 2009 @ Brazil
#50
Originally Posted by les_garten View Post
Not sure how to integrate that into the gconf2 command?
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]"
 

The Following 4 Users Say Thank You to blfgomes For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:39.