maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   osso_xterm toolbar shortcut (https://talk.maemo.org/showthread.php?t=16749)

earth2marsh 2008-02-18 13:18

Re: osso_xterm toolbar shortcut
 
Quote:

Originally Posted by free (Post 143979)
But I don't understand the stuffs with the period.

The periods are acting as operators to concatenate an expression of character literals in order to convince the toolbar settings dialog into accepting a longer string (the word "period" in the last example is used to get an actual "." keystroke returned by the shortcut).

So the dots (".") are glue between each individual element like a letter or character. Does that explain it?

tobiasj 2008-02-18 13:54

Re: osso_xterm toolbar shortcut
 
Quote:

Originally Posted by earth2marsh (Post 143959)
Same idea: ./hi.sh would be:
Code:

period . slash . h . i . period . s . h . KP_Enter
In general, use these codes where you need them, and be sure to put a period between each keystroke to stick them all together.

that worked great thanks! and the link is very helpful, it is exactly what I was looking for but didnt know what to 'call it' to search for it...

-John

ridgeback 2008-02-18 15:24

Re: osso_xterm toolbar shortcut
 
Thank you everyone for contributing! I'm think this knowledge will be very useful to a lot of people! Thanks Again!

Mike

Benson 2008-02-18 17:12

Re: osso_xterm toolbar shortcut
 
Anyone know if you can bind modifiers as well? Like ^K, and such.

qole 2008-05-06 22:48

Re: osso_xterm toolbar shortcut
 
Quote:

Originally Posted by Benson (Post 144159)
Anyone know if you can bind modifiers as well? Like ^K, and such.

This is an old post, and I just stumbled on it while searching for something else, but ^K is "<ctrl>k" in the Toolbar Shortcut maker. KP_Enter can be also entered as <ctrl>m ... it is one character shorter! :D

<ctrl>c is very useful, it breaks execution of a command-line app.

A very useful shortcut for me is:
Code:

y,<ctrl>m
It is useful because lots of command-line apps bug you by asking you to hit "Y" if you are sure you want to do something, and it is nice to just hit a toolbar button instead of pulling up the screen keyboard or whatever.

EDIT: A couple other useful ones: | (pipe) is "bar" and _ is "underscore". Both are a pain to type (at least for me) on the virtual keyboard.

EDIT2: Note that you don't need the " . " (space-period-space) between characters, just use a comma.

Benson 2008-05-06 23:48

Re: osso_xterm toolbar shortcut
 
Thanks so much!

(I find ^K helpful for JOE; I bound around it using F2, but that doesn't help when I telnet out to other machines... ^C, of course, is obviously good, but ^Z is better; you can always stop the job after suspending it.)

Wiki updated!

zzoomm 2009-01-22 21:49

Re: osso_xterm toolbar shortcut
 
thx guys

also, found how to Paste selected text: <shift>KP_Insert

enjoy!

luis 2009-04-14 19:41

Re: osso_xterm toolbar shortcut
 
Ok, late to the party, but:

1) how to do "Delete" "Home" (BOL) and "End" (EOL)? I tried lots of combinations...

2) I use bash 2.05b, and PgUp and PgDn do not work for me (they write a '~').

Thanks!
L.

bousch 2009-04-14 20:08

Re: osso_xterm toolbar shortcut
 
Quote:

Originally Posted by qole (Post 178613)

EDIT2: Note that you don't need the " . " (space-period-space) between characters, just use a comma.

You can also simply use a single space instead...

bousch 2009-04-14 20:31

Re: osso_xterm toolbar shortcut
 
Quote:

Originally Posted by luis (Post 279581)
Ok, late to the party, but:

1) how to do "Delete" "Home" (BOL) and "End" (EOL)? I tried lots of combinations...

2) I use bash 2.05b, and PgUp and PgDn do not work for me (they write a '~').

Thanks!
L.

These should work:
KP_Delete
KP_Home
KP_End

Don't know why PgUp and PgDn don't work for you but you could try
KP_Prior or KP_Page_Up
KP_Next or KP_Page_Down


All times are GMT. The time now is 07:48.

vBulletin® Version 3.8.8