Hi
I’d like to be able to override the behavior of standard hotkeys on Handsontable; is this possible? E.g. I want to set the pgup button to stop at a given row instead of going to the 1st row.
Hi
I’d like to be able to override the behavior of standard hotkeys on Handsontable; is this possible? E.g. I want to set the pgup button to stop at a given row instead of going to the 1st row.
Hi @allanelder
Yes, you can overwrite any button by using the afterDocumentKeyDown
hook.
Here is an example for a combination of buttons CTRL
and B
http://jsfiddle.net/handsoncode/h1oLc1gf/