Klipper/How to search in phone books using Klipper/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with "== 如何做到?==")
m (Created page with "Klipper 提供「动作」来达成。")
Line 6: Line 6:
== 如何做到?==
== 如何做到?==


'''Klipper''' offers "actions" for it.
Klipper 提供「动作」来达成。


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

Revision as of 12:36, 7 March 2011

Klipper 可以利用网络上的号码归属地查询服务直接搜索手机号码的信息。

选择搜寻动作

如何做到?

Klipper 提供「动作」来达成。

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:

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.