Search:

Type: Posts; User: Cornix

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    2,693

    Re: How to check (reliable) if caps-lock is on?

    I see. Thank you for the help.
  2. Replies
    6
    Views
    2,693

    Re: How to check (reliable) if caps-lock is on?

    So, how does swing do it? Or does this bug affect swing as well?

    I am just writing a little text component myself and would like to detect if capslock is enabled or not.
  3. Replies
    6
    Views
    2,693

    Re: How to check (reliable) if caps-lock is on?

    With that library I would have to check manually, right? Poll the key state for the capslock-key periodically and use a boolean variable, correct?

    Strange. I would have bet Java would be able to...
  4. Replies
    6
    Views
    2,693

    How to check (reliable) if caps-lock is on?

    Hi.

    I want to find out whether caps-lock is currently enabled.
    I already google searched and found this method:


    try {
    result =...
Results 1 to 4 of 4