Hi want to simulate the press of the keys CTRL+F1 when i do click on a button. For example:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.js">
function simulateKeyPress(){
}
</script>
<button class="boton3d" onclick="simulateKeyPress()">
<img src="img/phone.png">
</button>
Thanks...