I have the following configuration for shortcuts, that works after running it in the cell of Jupiter notebook:
%%javascript IPython.keyboard_manager.comman
In the new version of Jupyter notebook (update it either with pip install --upgrade notebook or if you use conda conda upgrade notebook), you can customize them from the notebook itself.
pip install --upgrade notebook
conda upgrade notebook
To do this Help -> Edit keyboard shortcuts