{
            if (e.ctrlKey) return true;
            shift_down = e.shiftKey ? true : false;
            var nudge = shift_down ? 10 : 1;
            switch(e.keyCode)