diff -r 742a5cb59f9a -r ae2704ae87dc org.symbian.tools.wrttools.previewer/preview/script/helper.js --- a/org.symbian.tools.wrttools.previewer/preview/script/helper.js Tue Jul 06 17:16:21 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/preview/script/helper.js Wed Jul 07 10:16:21 2010 -0700 @@ -588,15 +588,7 @@ return false; } - // for LSK - NOKIA.menu.setLsk(NOKIA.emulator.child.menu.show); - - // for RSK - NOKIA.menu.setRsk(NOKIA.menu.exit); - + NOKIA.menu.setInnerLsk(NOKIA.emulator.child.menu.show); + NOKIA.menu.setInnerRsk(NOKIA.menu.exit); return true; }; - -function accelerationCallback(x, y, z) { - NOKIA.emulator.accelerationChanged(x, y, z); -}