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
Forum posts: 127
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
Forum posts: 5
Forum posts: 45
Any advice?
"If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein