Re: Media Keys - volume / play/pause/next...

2023-10-21 Thread David Bovill via use-livecode
> > > The media key events are sent. Several apps accept them, and you can > customise what they do with https://github.com/pqrs-org/Karabiner-Elements > which works robustly. > > Media key input from peripherals such as keyboards or earbuds typically > adheres to the Human Interface Device (HID)

Re: Media Keys - volume / play/pause/next...

2023-10-20 Thread J. Landman Gay via use-livecode
If rawKeyDown/Up doesn't catch them then I assume the OS isn't sending the keycodes to apps. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 20, 2023 5:42:05 PM David Bovill via use-livecode wrote: Surprisingly difficult.

Re: Media Keys - volume / play/pause/next...

2023-10-20 Thread David Bovill via use-livecode
Surprisingly difficult. There are a couple of apps that let you customize play/pause interactions from the keyboard - but they dont work when sent from other devices such as earbuds. Livecode does not seem to read these events either On Fri, 20 Oct 2023 at 16:08, David Bovill wrote: > Is