Reply
Thread Tools
Posts: 25 | Thanked: 32 times | Joined on Feb 2008
#21
Originally Posted by free View Post
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?
 

The Following User Says Thank You to earth2marsh For This Useful Post:
tobiasj's Avatar
Posts: 241 | Thanked: 74 times | Joined on Jul 2007
#22
Originally Posted by earth2marsh View Post
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
 
Posts: 19 | Thanked: 2 times | Joined on Jan 2008
#23
Thank you everyone for contributing! I'm think this knowledge will be very useful to a lot of people! Thanks Again!

Mike
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#24
Anyone know if you can bind modifiers as well? Like ^K, and such.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#25
Originally Posted by Benson View Post
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!

<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.
__________________
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!

Last edited by qole; 2008-05-06 at 23:31. Reason: added pipe and bar
 

The Following 5 Users Say Thank You to qole For This Useful Post:
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#26
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!
 
Posts: 1 | Thanked: 1 time | Joined on Jan 2009
#27
thx guys

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

enjoy!
 

The Following User Says Thank You to zzoomm For This Useful Post:
Posts: 146 | Thanked: 15 times | Joined on Oct 2008
#28
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.

Last edited by luis; 2009-04-14 at 19:44.
 
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#29
Originally Posted by qole View Post

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...
 

The Following 2 Users Say Thank You to bousch For This Useful Post:
Posts: 120 | Thanked: 69 times | Joined on Nov 2007 @ NL
#30
Originally Posted by luis View Post
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
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:01.