Not exactly sure which code to edit. Since I have some extremely impatient posters, It's a bit hard to learn this from editing the code. :cross-eyed:
I tried at one point removing the following code and it works in FF but IE has the screen zooming in and out.
Quote:
// Keys for "hard" zooming in (with and without CAPS lock). Default: ">"
var keyinIe = 46;
var keyinIeCAPS = 62;
// Keys for "hard" zooming out (with and without CAPS lock). Default: "<"
var keyoutIe = 44;
var keyoutIeCAPS = 60;
|
Thanks and I do appreciate the time spent helping, I understand how this can be frustrating.