![]() |
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... |
Re: key bar for xterm
Quote:
|
Re: key bar for xterm
Quote:
|
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?
|
Re: key bar for xterm
|
Re: key bar for xterm
No, that's for the keymap. I want the terminal key bar.
|
Re: key bar for xterm
Quote:
Code:
/apps/osso/xterm Code:
key_labels Code:
keys Fore example; I have an entry in 'key_labels': Code:
| Code:
bar I hope this information is useful to you in Fremantle as well. |
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,|]" |
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.
|
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". |
Re: key bar for xterm
Ok, here is my final key bar layout. I think (many of) you'll agree that these are very useful keys to have on the key bar for the N900.
http://farm3.static.flickr.com/2493/...c2d5e637_o.png And just to collect the codes in one place: CR = KP_Enter (for hitting enter when the keyboard isn't out) | = bar ~ = asciitilde > = greater ` = grave |
Re: key bar for xterm
what about f1-f12?
|
Re: key bar for xterm
Quote:
Quote:
Also, since you people seem to know what you're talking about... what the heck is that NW-facing arrow at the bottom left of the XTerm about? Doesn't seem to do anything here.. Edit: Ok, nevermind that, I see it enables text selection now |
Re: key bar for xterm
I agree the extra keys are very useful.
With so few lines in landscape mode, it would be helpful to put the key bar to one side or the other, instead of underneath. Or indeed, a whole sidebar of running apps/widgets - that would be great for those intensive text-editing Mutt using sessions :) |
Re: key bar for xterm
1 Attachment(s)
Ok, now it's daytime and my eyes are working better, I've spotted the subtle error in my post above and got this working.
I decided on ^ (circumflex) rather than <enter> but otherwise the same choices as qole's, but done with the commandline as above: Code:
~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,bar,greater,asciitilde,dead_grave,asciicircum]" |
Re: key bar for xterm
kwotski: what do you use the ^ hat for?
|
Re: key bar for xterm
Quote:
BTW, I discovered that if you drop the dead_ from dead_grave and just put grave, you don't have to press it twice! |
Re: key bar for xterm
How can I find a list of the available key names? Gconf is new to me...
|
Re: key bar for xterm
Quote:
Code:
less thisisaveryloNGfilename.txt Code:
^NG^ng |
Re: key bar for xterm
Quote:
If you instead use: Code:
~ $ gconftool-2 -s /apps/osso/xterm/keys -t list --list-type=string "[Tab,Escape,bar,greater,asciitilde,grave,asciicircum]" you will only have to press ` once to get a ` symbol. |
Re: key bar for xterm
Could someone help me with how to add Alt key to keybar.
|
Re: key bar for xterm
Quote:
þ (þ ) Þ (Þ ) ð (ð ) ǫ (&oogon; ) Anyone with an idea about how to do this? |
Re: key bar for xterm
Never mind, I just remapped some keys on the hardware keyboard. This is a better solution for the Icelandic characters since I am then able to use them also outside xterm (just haven't figured out how to put ǫ (&oogon; ) on the keyboard since I am not sure what its name is in this context.
EDIT: I managed to get &oogon; working by adding dead_ogonek to the keyboard layout. |
Re: key bar for xterm
What are the default values for keys/key_list ?
Where is the list of possible values to go in the list (or how to figure them out) ? I ask because I like the item that toggles select mode on/off and the only way to get it back at the mo. is to toggle full screen on and then back off again... |
Re: key bar for xterm
When I try and map these keys in the toolbar, it works properly but the "fullscreen" button gets shifted over to the left of all the new buttons. Any way to move it back to the end of the list (as qole and kwotski have in their screenshots)? Using the same commands as they are, as far as I can tell.
|
Re: key bar for xterm
Quote:
In an ancient version of Osso Xterm you could program multi-chat sequences. Here, I succeeded in programing keys such as "<ctrl>c" and even "<ctrl>backslash"... but apparently I couldn't program a sequence like "<ctrl>cy" to send a 'Ctrl-c' char followed by 'y'. --denis |
Re: key bar for xterm
Quote:
Code:
gconftool-2 -s /apps/osso/xterm/toolbar -t bool "false" Ctrl-backspace still brings up the Expose view for app-switching. I don't yet know a key combination to restore the top and bottom bars - so if anyone can help me out, that would be useful - doing it by script seems a bit extreme (although they come up by default on a new terminal, which seems sensible). (Oh, and I already remapped the pgup, pgdn, etc keys to various hardware keys - the solutions for that linked elsewhere worked for me). |
Re: key bar for xterm
It would be neat to have new xterm package with configurable toolbar (keys and visibility toggle) in meamo extras repository. I am guessing that sending patches to Nokia will not lead to a new osso-xterm package in any sane time.
|
Re: key bar for xterm
Not trying to hijack, but what is the best way to enter the pipe | symbol? It would be a great one to add to the toolbar.
|
Re: key bar for xterm
You can enter the | symbol via either the virtual keyboard or by holding the arrow+SYM key on the hardware keyboard and selecting the | character from the menu that pops up.
|
Re: key bar for xterm
If you wanted to add it to the bar, the key name is 'bar', and several posts above tell you how to use gconftool-2 to put that on the toolbar.
If you want to map it to the hardware keys (in place of, say, the euro symbol), the keyboard remapping thread should be able to help you out there. |
Re: key bar for xterm
How about [, ], {, } ?
Also, a couple people have asked, but I haven't seen an answer. Where is a full list of the possible characters? Thanks, -Jeff |
Re: key bar for xterm
Quote:
/usr/share/X11/xkb/symbols/nokia_vndr/rx-51 |
Re: key bar for xterm
Here's my (lamish) script. Good if you need Spanish ó é ñ, etc and unix :)
Code:
#!/bin/sh -Jeff http://wiki.maemo.org/User:Jebba |
Re: key bar for xterm
A bit off topic, but to make the screen black & green:
Code:
#!/bin/sh Code:
#!/bin/sh |
Re: key bar for xterm
Quote:
Of course you can edit that file and then load it up with setxkbmap as has been mentioned. Some other bits, and a sample alternate rx-51 file are in http://talk.maemo.org/showthread.php...864#post410864 and thereabouts. I guess the set of available codes might have something to do with the files /usr/share/X11/locale/<your charset>/Compose ? |
Re: key bar for xterm
My PgUp and PgDn don't work on the bar. Any idea why?
Code:
gconftool-2 -s /apps/osso/xterm/key_labels -t list --list-type=string "[Tab,Esc,PgUp,PgDn,|,CR,~,>,']" |
Re: key bar for xterm
Bump to see if I can get an answer to my question above.
My Page up and Page down don't work on my Key Bar, any ideas why? All the other keys work. Thanx! |
Re: key bar for xterm
les_garten:
I googled "keysyms list" and got this hit. It suggests that you should be using Prior and Next (or PageUp and PageDown). EDIT: This page suggests KP_Prior and KP_Next might work if plain Prior and Next don't. |
Re: key bar for xterm
Quote:
Thanx for the help, strange that none of these work. Any other ideas? |
All times are GMT. The time now is 21:29. |
vBulletin® Version 3.8.8