artem78/s60-maps

Unable to change zoom using volume keys

artem78 opened this issue · 3 comments

I have volume keys on my Nokia N95 8gb and want to use them for zoom changing in addition to keys 1 and 3.

I think EStdKeyIncVolume and EStdKeyDecVolume is right scan codes for these keys, but unfortunately for some unknown reason threre are no any key pressed events in OfferKeyEventL when I pressed these key. I tried to add more input capabilities (ENavigation and others) in InputCapabilities() method, but no effect.

My test commit: d49d158

Hope anybody can tell me, what is wrong. Thanks.

Code from QT example works fine on my phone (don`t know about others). Thanks a lot.

By the way, why remote api used in general?

By the way, why remote api used in general?

I don't know.