Search:

Type: Posts; User: gib65

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    4,439

    Re: key binding: VK_ALT and VK_SHIFT not working

    I received a reply in that thread I cross-posted on. It gives the solution to my problem and explains everything (including why ALT and SHIFT didn't work in key binding).

    Thanks for everyone's...
  2. Replies
    5
    Views
    4,439

    Re: key binding: VK_ALT and VK_SHIFT not working

    Thanks for the suggestions aussiemsgr.

    I just cross-posted this on another forum: key binding: VK_ALT and VK_SHIFT not working - Java Forums
  3. Replies
    5
    Views
    4,439

    key binding: VK_ALT and VK_SHIFT not working

    I'm trying to bind the left alt key and the right shift key in a JPanel. Here's my code:


    int RIGHT_SHIFT = KeyEvent.VK_SHIFT;
    int LEFT_ALT = KeyEvent.VK_ALT;

    // right shift (move...
Results 1 to 3 of 3