key code 10182 for Exit button in tizen studio does not work ? you proposals
document.addEventListener('keydown', function(event) {
if (event.keyCode === 10182) { // 101 is the key code for the Exit key on Samsung TVs
alert('Exit');
}
});