<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman, Times, serif">Hi all,<br>
      <br>
      I have written a small application to input points with
      &lt;ctrl&gt;&lt;click&gt; from an OpenLayers map using
      "map.events.register("click",map,function(e) { ...}". Works fine,
      but when the user moves the mouse when clicking, the default
      behavior takes over: the map is panned and no input takes place.
      How can I disable panning when the &lt;ctrl&gt; key is&nbsp; down?<br>
      <br>
      Jan<br>
    </font>
  </body>
</html>