RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Kevin Rushforth
The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM LOCK on the keyboard. Being able to read the lock state would allow an application to inform the user that caps lock was enabled for passwords or other usages where the keyboard input might not be echoed. It would also

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Nir Lisker
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Nir Lisker
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Kevin Rushforth
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Nir Lisker
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other

Re: RFR: 8233678: [macos 10.15] System menu bar does not work initially on macOS Catalina [v3]

2021-01-23 Thread Alex Blewitt
On Thu, 21 Jan 2021 00:07:30 GMT, Kevin Rushforth wrote: >> I don't yet know whether there is an alternative that would allow the >> menubar to work without deactivating the app, but I filed a follow-up bug to >> track this: >> >>

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Nir Lisker
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other

Re: RFR: 8259680: Need API to query states of CAPS LOCK and NUM LOCK keys

2021-01-23 Thread Nir Lisker
On Sat, 23 Jan 2021 15:40:04 GMT, Kevin Rushforth wrote: > The JavaFX API does not provide a way to get the state of CAPS LOCK or NUM > LOCK on the keyboard. Being able to read the lock state would allow an > application to inform the user that caps lock was enabled for passwords or > other