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 6705105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:21:55+00:00 2026-05-26T07:21:55+00:00

I am trying to write a program that uses key events to activate a

  • 0

I am trying to write a program that uses key events to activate a method. The code works on Windows machines but when transered to Mac it does no respond to my “Spacebar” being pressed. I presume this is to do with the different key codes used.

public void keyPressed(KeyEvent e) {
    if (e.getKeyCode() == KeyEvent.VK_SPACE) {
        System.out.println("SPACEBAR");
        grid.stepGame();

    }
}

Any ideas how i can get this working on Mac?

Edit – The problem has been solved using the answer below – For note though it seems that on Mac the Frame never automatically regains focus, hence why the keylistener doesn’t work is another JComponent is activated.

  • 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-26T07:21:56+00:00Added an answer on May 26, 2026 at 7:21 am

    I’m uncertain as to your particular issue but it’s a good bet that if you switch to using key bindings instead of key listeners your issue would disapear.
    From the Java Tutorials site:

    Note:
    To define special reactions to particular keys, use key bindings instead of a key listener.

    As an example

    // Component that you want listening to your key
    JComponent component = ...;
    component.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_SPACE, 0),
                            "actionMapKey");
    component.getActionMap().put("actionMapKey",
                             someAction);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a program that uses fattach but the compiler says fattach
I'm trying to write a program that uses sockets to connect with other instances
I'm trying to write a program in Java that uses osql to generate a
I am trying to write a program that uses a Berkeley Database and i
I am trying to write a program that uses file I/O to score personality
I'm trying to write a program with g++ that uses conio.h header. What I'm
So I'm trying to write a C program that uses inotify. I've used pyinotify
I am trying to write a program that uses a C API. This API
gud day... i'm trying to write a program in javascript that uses .json. i
I'm trying to write a simple C++ program that uses Berkeley DB for storage.

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.