Thank you for reaching out. RadMediaPlayer for ASP.NET AJAX currently offers only limited built-in keyboard support, which may not fully meet accessibility requirements out of the box.
At present, the control provides:
Basic navigation using the Tab key to focus on the control, though consistent behavior across all scenarios is not guaranteed
AccessKey and TabIndex properties for initial focus management
Limited native keyboard shortcuts (common accessibility features like Space for play/pause or Arrow keys for seeking are not implemented)
Workaround: Custom Keyboard Support via JavaScript
To achieve more comprehensive keyboard support, you can implement custom JavaScript to handle keyboard events. Here's an example that adds keyboard functionality for play/pause and other common media controls:
I encourage you to vote for this feature and add your specific use case in the comments. This helps our product team prioritize development based on customer needs.
If you have specific keyboard navigation or accessibility requirements (such as WCAG 2.1 compliance, screen reader support, or custom shortcuts), please share more details about your use case in the feedback portal item. Thank you!