Summary: | Dial phone number with tel:// and sms:// via xdg | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | John Scott <jscott> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | infmtk, tokoe, xmha97 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
John Scott
2019-05-17 21:18:34 UTC
Yes, would be nice to have Kaddressbook better integrated with KDE Connect. Among the actual options in the contact options, in Kaddressbook's actions (the first section, I don't know if it is "Contact options" exactly in english) regarding the phone numbers, besides ekiga ans Skype a new option "Dial via KDE Connect" or just "KDE Connect" would be a plus. The simple command "kdeconnect-handler tel:%n" does the trick and sends the number in question to your phone's dial app just like when you click a tel:// link in Firefox. (In reply to eemantsal from comment #1) > Yes, would be nice to have Kaddressbook better integrated with KDE Connect. > Among the actual options in the contact options, in Kaddressbook's actions > (the first section, I don't know if it is "Contact options" exactly in > english) regarding the phone numbers, besides ekiga ans Skype a new option > "Dial via KDE Connect" or just "KDE Connect" would be a plus. The simple > command "kdeconnect-handler tel:%n" does the trick and sends the number in > question to your phone's dial app just like when you click a tel:// link in > Firefox. Sorry, "present" no "actual options". On Windows, you can try this: ```reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\tel] "URL Protocol"="" @="URL:TEL Protocol" [HKEY_CURRENT_USER\Software\Classes\sms] "URL Protocol"="" @="URL:SMS Protocol" [HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.tel\DefaultIcon] @="C:\\Windows\\System32\\imageres.dll,42" [HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.tel\shell\open\command] @="\"C:\\Users\\user\\AppData\\Local\\Programs\\KDE Connect\\bin\\kdeconnect-handler.exe\" %1" [HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.sms\DefaultIcon] @="C:\\Windows\\System32\\imageres.dll,42" [HKEY_CURRENT_USER\Software\Classes\KDEConnectURL.sms\shell\open\command] @="\"C:\\Users\\user\\AppData\\Local\\Programs\\KDE Connect\\bin\\kdeconnect-handler.exe\" %1" [HKEY_CURRENT_USER\Software\KDEConnect\Capabilities] "ApplicationDescription"="Transfer data between devices" "ApplicationIcon"="C:\\Windows\\System32\\imageres.dll,42" "ApplicationName"="KDE Connect" [HKEY_CURRENT_USER\Software\KDEConnect\Capabilities\URLAssociations] "tel"="KDEConnectURL.tel" "sms"="KDEConnectURL.sms" [HKEY_CURRENT_USER\Software\RegisteredApplications] "KDEConnect"="Software\\KDEConnect\\Capabilities" [HKEY_CURRENT_USER\Software\Classes\Applications\kdeconnect-handler.exe] "FriendlyAppName"="KDE Connect" [HKEY_CURRENT_USER\Software\Classes\Applications\kdeconnect-handler.exe\DefaultIcon] @="C:\\Windows\\System32\\imageres.dll,42" ``` |