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

2023-10-20 Thread Paul Dupuis via use-livecode
When I try on Windows 11 using Livecode 9.6.10 a rawKeyDown or rawkeyUp message, the media keys on my HP laptop all return 0 as the keyCode, so I think this is a bug of some sort that should be reported to the Livecode Quality Center https://quality.livecode.com/ The keyDown or keyUp message

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

Livecode Debugger

2023-10-20 Thread Bob Sneidar via use-livecode
Hi all. I am now getting the dreaded Livecode Debugger code error and the stack is password protected. This is when launching a stack in LC 9.6.10 rc1. I would love to troubleshoot this as no one should be getting an error in a stack provided by RunRev. I just need the password. This is

Mdiai Keys - volume / play/pause/next...

2023-10-20 Thread David Bovill via use-livecode
Is there a way to trap for these keyboard events. Volume and Media Keys: In the HID standard, volume and media control keys often have specific usage IDs. For example: - 0xE9 is for volume up. - 0xEA is for volume down. - 0xE2 is for mute. - 0xCD is for play/pauseetc