Imagine having a website with keyboard shortcuts, where the goal is to visually display these shortcuts as part of the element they correspond to.
When it comes to touch interfaces, especially on mobile phones, this may not be necessary because:
- Most users may not utilize a soft-keyboard in this manner
- The visual representation of keyboard shortcuts could take up valuable screen space
- Displaying keyboard shortcuts in a context without an actual keyboard might be confusing or unattractive
Despite this, there doesn't seem to be any information about handling this scenario in media query documentation.
As we're in 2016, is it still impossible to address this issue?