hotkeys

Login to reply to this topic.
Fri, 2005-09-16 10:08
Joined: 2005-09-16
Forum posts: 5


Hi

I am a newbie with Symbina and I have some problems coding the Hotkeys for a nokia series 60
Could anyone help me plz?


thx

Fri, 2005-09-16 11:49
Joined: 2005-07-16
Forum posts: 127
Re: hotkeys
Hi,

It would help people to answer if you explain your problem in more detail.

I suppose that you are asking how to use hotkeys.

RESOURCE EIK_APP_INFO
   {
   hotkeys=r_example_hotkeys;
   menubar=r_example_menubar;
   }

RESOURCE HOTKEYS r_example_hotkeys
   {
   control=
      {
      HOTKEY { command=EEikCmdExit; key='e'; }
      };
   }

By this way, you can make your hotkey. Now pressing "e" will invoke command with EEikCmdExit.

Regards,
shagor
Fri, 2005-09-16 14:13
Joined: 2005-09-16
Forum posts: 5
Re: hotkeys
thank you alot it helped me alot
Fri, 2006-07-21 19:32
Joined: 2005-05-19
Forum posts: 45
Re: hotkeys
Other than the code here...did you have to do anything else to get your app to respond to a hotkey?  I added the code, but when I press the hotkey (i.e. i press the def3 key) nothing happens.

Any advice?

"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein

  • Login to reply to this topic.