[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

translation mouse gesture



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This might be usefull for some of you:

To translate a highlighted word using a mouse gesture, do the following:

1) Create a script with these lines (or just copy&paste):

##start here
WORD=`dcop klipper klipper getClipboardContents`
konqueror http://dict.leo.org/?search=$WORD &
exit 0
## end here

name it e.g. 'translator', make it executable and copy it to /usr/local/bin 
(if you want systemwide access). DON'T ADD '#!/bin/sh' in the first line!

2) Using KHotkeys, select 'new action' and name it 'translate'.
3) Define a trigger you can easily remember. I used "74159", this is a 
hook-shaped gesture.
4) As Action, define "Command/URL: translator"
5) Ready. You can use this gesture anywhere, the word added last in the 
clipboard (=last highlighted word) will be sent to LEO for German/English or 
English/German translation. 
6) If you want other things happen to the highlighted word, change the URL in 
the script. I got this from Konqui's web shortcuts: replace "\{@}" with 
"$WORD".

Bye, 
Elmar

- -- 
| Elmar W. Hoefner
| You can send me encrypted mail. Get my public PGP/GPG key from
| http://www.dfn-pca.de/pgpkserv/
| Key ID: 0xB53008E2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAeqFCWmu377UwCOIRAqL7AKCSPP96zPhOzcENfIpA4PY0wtLrXwCgoJO6
Agk9kDXOy5/8nQLoH9e+VLQ=
=fL3x
-----END PGP SIGNATURE-----



Reply to: