View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#8
Originally Posted by regulus View Post
Right now, I have to unlock the screen first, then open the phone app, then tap on the Dialing Pad to open it.
This saves you at least on step:
Put it in your systemui.xml (/etc/systemui/systemui.xml):
Code:
 <menuitem priority="200" name="pad">
  <callback service="com.nokia.CallUI" path="/com/nokia/CallUI" interface="com.nokia.CallUI" method="ShowDialpad" bus="system" autostart="true">
    <argument type="string"></argument>
  </callback>
 </menuitem>
This will add a button to your powerkey menu which starts the
phoneapp in dialpad mode.

Or put a desktop shortcut for the dialpad mode on your desktop:
Feature request: shortcut direct into keypad in telephone-application.
 

The Following 8 Users Say Thank You to nicolai For This Useful Post: