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.
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.