Select multiple cells while using KeyTable extensions
Select multiple cells while using KeyTable extensions
![reallyslick](https://secure.gravatar.com/avatar/fcede003b5a61c6732cc0429e670fc64/?default=https%3A%2F%2Fvanillicon.com%2Ffcede003b5a61c6732cc0429e670fc64_200.png&rating=g&size=120)
I would like to be able to navigate cell by cell using arrow keys. I would also like to be able to select multiple cells using shift/ctrl functions. The first is solved by Key table extension. and the second is solved by Select extension. However.. It seems i cannot use both at the same time. I am seeing that with Keys enabled, I cannot select multiple cells with shft/ctrl. How can I achieve this?
select: {
selector: '.selectable',
style: 'os',
items: 'cell'
},
keys: {
columns: ':not(.not_selectable)',
},
This discussion has been closed.
Answers
Ah, never mind It seems I had a listener causing some unwanted interactions.. please ignore