Klipper/How to search in phone books using Klipper/ca: Difference between revisions

From KDE UserBase Wiki
(Created page with "'''Klipper''' pot cercar un número de telèfon evidenciat en les guies telefòniques. També podeu ressaltar un número de telèfon en una aplicació arbitrària, per exemple, ...")
Line 1: Line 1:
<languages />
<languages />
'''Klipper''' can do a search for a highlighted phone no. in telephone books.
'''Klipper''' pot cercar un número de telèfon evidenciat en les guies telefòniques.
You can also highlight a phone number in a arbitrary application, e.g. on a web site.
També podeu ressaltar un número de telèfon en una aplicació arbitrària, per exemple, en un lloc web.


[[Image:klipper-tut-2.png|center|thumb|400px|Select search action]]
[[Image:klipper-tut-2.png|center|thumb|400px|Select search action]]

Revision as of 11:20, 2 July 2011

Klipper pot cercar un número de telèfon evidenciat en les guies telefòniques. També podeu ressaltar un número de telèfon en una aplicació arbitrària, per exemple, en un lloc web.

Select search action

How is it done?

Klipper offers "actions" for it.

As precondition Klipper needs to be active and must be visible as a tray icon in the panel.

Call up the Settings dialog and add action:

Regular expression for action:

^[\s]*[0+][\d]{2,2}[-/\d\s]{4,16}[\s]*

Now you need to add two commands for added action:

Command 1 (all on one line):

kfmclient openURL "http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de"

Description for command 1:

Phonebook search, Konqueror

Command 2 (all on one line):

ps x|grep -q '[f]irefox' && firefox -remote openURL\("http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de", new-window\) || firefox "http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de"

Description for command 2:

Phonebook search, Firefox

After that it should look like this:

Accions de Klipper

After highlighting a phone number on a web site a small window appears and you will be prompted to select an action. See screenshot at beginning of page.