Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key-combo ctrl+a not working #30

Closed
dianaprajescu opened this issue May 21, 2015 · 1 comment
Closed

Key-combo ctrl+a not working #30

dianaprajescu opened this issue May 21, 2015 · 1 comment
Labels

Comments

@dianaprajescu
Copy link

I'm not sure if ctrl+a is supposed to work, but I think it's a pretty common key combination. here is a jsfiddle for you to test: http://jsfiddle.net/Psjhf/723/

@j-ulrich
Copy link
Owner

Yeah. The plugin cannot trigger default behavior of browsers (like ctrl+a, ctrl+c, ctrl+v etc.) and I'd say it is out of scope to simulate that behavior, especially because the shortcuts could be different depending on browser, operating system and/or user preferences.

Nevertheless, it is possible to simulate a "select all" using the {selectall} special sequence of the key-sequence plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants