Open
Description
Here are some examples of real-world shortcuts implemented by existing web apps:
- 'C' to compose a new message in Gmail/Inbox
- Ctrl+Shift+C to do a Word Count in Google Docs
- Shift+A to "reply all" in Yahoo Mail
- 'L' to like the current story on Facebook
- '/' to focus the search box on Twitter
- 'C' to create an issue on GitHub
It doesn't sound like any of these apps could switch to accesskey, because accesskey only supports the browser modifier keys.
Is there any reason accesskey couldn't be expanded to support key combinations with modifier keys explicitly, like Shift+A or Ctrl+Shift+C?
Activity