j-ulrich / jquery-simulate-ext

jQuery simulate extended
https://j-ulrich.github.io/jquery-simulate-ext/
Other
146 stars 48 forks source link

key-combo: add support for more special keys, for example: leftarrow, rightarrow #11

Closed ragulka closed 10 years ago

ragulka commented 10 years ago

I was hoping I could utilize this library to run some tests that need to simulate pressing Shift + Arrow keys, but realized that it is not supported yet. Is there a plan to add support for them?

j-ulrich commented 10 years ago

I didn't think about that yet, so no, until now there was no plan to add support for that.

What exactly do you want to achieve? Do you want that such a combo selects surrounding characters?

ragulka commented 10 years ago

I am utilizing this library for integration tests for my https://github.com/sliptree/bootstrap-tokenfield lib. I am trying to simulate user pressing Shift + Arrow keys while one of the tokens is selected.