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

  • SEARCH
  • Home
  • 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 1052407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:05:18+00:00 2026-05-16T17:05:18+00:00

Can i capture keyDown event when user drops a file on application icon in

  • 0

Can i capture keyDown event when user drops a file on application icon in the dock?

For example, if user drops on application icon some files, that’s handle with “method_one”. And if user drops on application icon some files and holding the option key, that’s handle with “method_two”.

And all “UI” in this application it’s just a dock icon. No windows, panels etc.
thanks

  • 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. Editorial Team
    Editorial Team
    2026-05-16T17:05:19+00:00Added an answer on May 16, 2026 at 5:05 pm

    One method you could use would be to poll the key state when your application starts up. NSEvent does not provide a way to do this without receiving an event first but you can use CGEvent. As discussed here, you can create a new event and poll its modifier keys. The code snippet looks like this:

    CGEventRef event = CGEventCreate( NULL );
    CGEventFlags mods = CGEventGetFlags( event );
    if( mods & kCGEventFlagMaskShift )
        NSLog( @"Shift key is being pressed" );
    CFRelease( event );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that you can capture the event when a person clicks a like
I want to have bookmarkable URLs that the browser can capture and handle. If
How can I capture KeyDown from another application?
How I can capture browser restore/maximize event in jQuery or javascript? We can use
I would like to make a php script that can capture a page from
How can I capture or redirect an error that occurs for a Process ?
i want to know is there anyway that using Java one can capture the
I have created a subclass of the TextBox class so that I can capture
I want to know how i can capture image from webcam when a user
I'm trying to create an XML schema that can capture XML that looks something

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.