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

From KDE UserBase Wiki
(Created page with "Dafür bietet Klipper "Aktionen"")
(Created page with "Voraussetzung ist, das Klipper aktive ist und als Symbol in der Systemleiste vorhanden ist.")
Line 9: Line 9:
Dafür bietet Klipper "Aktionen"
Dafür bietet Klipper "Aktionen"


As precondition '''Klipper''' needs to be active and must be visible as a tray icon in the panel.
Voraussetzung ist, das Klipper aktive ist und als Symbol in der Systemleiste vorhanden ist.


Call up the <menuchoice>Settings</menuchoice> dialog and add action:
Call up the <menuchoice>Settings</menuchoice> dialog and add action:

Revision as of 15:10, 8 December 2010

Mit Klipper kann man durch markieren einer Telefonnummer eine Suche in einem Telefonbuch durchführen. Das Markieren kann in einem beliebigen Programm erfolgen z.B. auf einer Internetseite

Auswahl der Suchmöglichkeiten

Wie das geht?

Dafür bietet Klipper "Aktionen"

Voraussetzung ist, das Klipper aktive ist und als Symbol in der Systemleiste vorhanden ist.

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:

Klipper actions

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