Skip to content

Modifier keys? #16

Open
Open
@minorninth

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions