Hot to disable hotkeys in Opera???

K

Kamil

Hi,

I've written a simple calculator. To capture code keys from keyboard I use
the following function:

function keyboard(ev)
input(String.formCharCode(event.keyCode));
document.onkeyup=keyboard;
In IE everything works fine but I have problem in Opera: the keys in Opera,
that I use are binded with hotkeys for example if I press 8, the window
size increases. Is there anybody who would like to solve this problem?

Sorry for my grammar, this was my first time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top