Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 31645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:38:16+00:00 2026-05-10T13:38:16+00:00

It seems that it is impossible to capture the keyboard event normally used for

  • 0

It seems that it is impossible to capture the keyboard event normally used for copy when running a Flex application in the browser or as an AIR app, presumably because the browser or OS is intercepting it first.

Is there a way to tell the browser or OS to let the event through?

For example, on an AdvancedDataGrid I have set the keyUp event to handleCaseListKeyUp(event), which calls the following function:

        private function handleCaseListKeyUp(event:KeyboardEvent):void         {             var char:String = String.fromCharCode(event.charCode).toUpperCase();              if (event.ctrlKey && char == 'C')             {                 trace('Ctrl-C');                 copyCasesToClipboard();                 return;             }              if (!event.ctrlKey && char == 'C')             {                 trace('C');                 copyCasesToClipboard();                 return;             }              // Didn't match event to capture, just drop out.             trace('charCode: ' + event.charCode);             trace('char: ' + char);             trace('keyCode: ' + event.keyCode);             trace('ctrlKey: ' + event.ctrlKey);             trace('altKey: ' + event.altKey);             trace('shiftKey: ' + event.shiftKey);         } 

When run, I can never get the release of the ‘C’ key while also pressing the command key (which shows up as KeyboardEvent.ctrlKey). I get the following trace results:

charCode: 0 char:  keyCode: 17 ctrlKey: false altKey: false shiftKey: false 

As you can see, the only event I can capture is the release of the command key, the release of the ‘C’ key while holding the command key isn’t even sent.

Has anyone successfully implemented standard copy and paste keyboard handling?

Am I destined to just use the ‘C’ key on it’s own (as shown in the code example) or make a copy button available?

Or do I need to create the listener manually at a higher level and pass the event down into my modular application’s guts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T13:38:16+00:00Added an answer on May 10, 2026 at 1:38 pm

    I did a test where I listened for key up events on the stage and noticed that (on my Mac) I could capture control-c, control-v, etc. just fine, but anything involving command (the  key) wasn’t captured until I released the command key, and then ctrlKey was false (even though the docs says that ctrlKey should be true for the command key on the Mac), and the charCode was 0. Pretty useless, in short.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 78k
  • Answers 78k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer If your looking for something like this: (source: bendewey.com) Then… May 11, 2026 at 3:39 pm
  • added an answer The documentation for libxml's start element callback states that the… May 11, 2026 at 3:39 pm
  • added an answer Making the primary key both CountryId and Name does not… May 11, 2026 at 3:39 pm

Related Questions

I read this answer and its comments and I'm curious: Are there any reasons
My website is XHTML Transitional compliant except for one thing : the & (ampersand)
I am a solo dev building a WinForm App, C# & .Net 3.5, in
I am told by someone that when calling Oracle from ADO.net, when calling multiple

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.