maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   key bar for xterm (https://talk.maemo.org/showthread.php?t=34926)

dnastase 2009-11-23 02:00

key bar for xterm
 
It looks like the only setting possible now in xterm is changing the font ?!

How about:
- adding more keys to the bar
- hide the bar (eg: when using a bluetooth keyboard)

Those were useful things...

hypnotik 2009-11-23 02:05

Re: key bar for xterm
 
Quote:

Originally Posted by dnastase (Post 386536)
It looks like the only setting possible now in xterm is changing the font ?!

How about:
- adding more keys to the bar
- hide the bar (eg: when using a bluetooth keyboard)

Those were useful things...

I'm sure Xterm can be recompiled with modified features... the joys of FOSS.

dnastase 2009-11-23 02:10

Re: key bar for xterm
 
Quote:

Originally Posted by hypnotik (Post 386549)
I'm sure Xterm can be recompiled with modified features... the joys of FOSS.

That's exactly what I was afraid of: having to do it myself... :eek:

qole 2009-11-23 02:55

Re: key bar for xterm
 
Can someone at least point us to the config file for that bar, so we can put our own custom keys on there?

hypnotik 2009-11-23 03:26

Re: key bar for xterm
 
Maybe this will help?

http://forums.internettablettalk.com...11&postcount=5

qole 2009-11-23 05:10

Re: key bar for xterm
 
No, that's for the keymap. I want the terminal key bar.

iKneaDough 2009-11-23 05:53

Re: key bar for xterm
 
Quote:

Originally Posted by qole (Post 386583)
Can someone at least point us to the config file for that bar, so we can put our own custom keys on there?

I'm not sure about Fremantle, but in Diablo it's settings are stored in gconf under :
Code:

/apps/osso/xterm
There are 2 string lists there:
Code:

key_labels
and
Code:

keys
Where each entry in 'key_labels' corresponds to it's entry in 'keys'.

Fore example; I have an entry in 'key_labels':
Code:

|
whose corresponding entry in 'keys' is:
Code:

bar
which gives me the pipe symbol.

I hope this information is useful to you in Fremantle as well.

lma 2009-11-23 07:17

Re: key bar for xterm
 
The following works to add the "|" button on the Fremantle osso-xterm bar:

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 should probably also mention the open bug for this, you know what to do ;-)

joppu 2009-11-23 08:18

Re: key bar for xterm
 
The key bar probably needs up/down keys too since the arrow keys a crippled of Scandinavian/some European keyboard models.

qole 2009-11-23 20:55

Re: key bar for xterm
 
Thanks iKneaDough! I used the Chinook gconf-editor and set up my Fremantle osso-xterm the way I liked it.

Just a note, the ~ key, which is a pain to get to on the N900 (Fn-Ctrl, screen tap on ~ key, space) is "asciitilde" in "keys".


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

vBulletin® Version 3.8.8