A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Stupid IDE problem

  1. #1
    Developer
    Join Date
    Apr 2007
    Location
    UK
    Posts
    324

    Stupid IDE problem

    There's probably an easy answer to this one. When I use code like this :

    Code:
    stage.addEventListener(KeyboardEvent.KEY_DOWN,keyPressed);
    function keyPressed(event:KeyboardEvent):void {
        trace(event.keyCode);
    }
    and run it in the IDE I find that I can't press keys that are shortcuts to tool items (like 'v' for the pointer or 's' for the ink bottle tool. Is there any setting that will get rid of this? What am I doing wrong?

  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,358
    in the SWF window, select

    Control > Disable keyboard shortcuts

  3. #3
    Developer
    Join Date
    Apr 2007
    Location
    UK
    Posts
    324
    Excellent.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center