damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 414 forks source link

Menu and shortcuts #551

Open darkdragon-001 opened 4 years ago

darkdragon-001 commented 4 years ago

Some shortcuts aren't working for me. While this can have multiple causes, IMHO all functionality should be available from some menu button. I couldn't find buttons for blackscreen and chalkboard.

parmentelat commented 4 years ago

Some shortcuts aren't working for me. While this can have multiple causes, IMHO all functionality should be available from some menu button. I couldn't find buttons for blackscreen and chalkboard.

In order to troubleshoot your keyboard shortcuts it is advised to take a look at the javascript console; send a screenshot if you can’t figure out by yourself most often this is related to coexistence with other extensions the versions for your jupyter-notebook and rise components could come in handy as well

I guess we’re less menu-oriented and more keyboard-shortcut minded

the chalkboard is not on by default and needs to be activated explicitly

darkdragon-001 commented 4 years ago

I figured out the chalkboard issue.

Further, all shortcuts which need the Shift key don't work (German keyboard):

I tried changing keyboard layout to US and tried it with Chrome and and Firefox, even without extensions.

parmentelat commented 4 years ago

a lot has changed recently, what version of rise are you using ? (pip show rise) have you tried to reassign those functions to other keys using the nbextension configurator ?

I tried changing keyboard layout to US

how so ? on what OS ?

darkdragon-001 commented 4 years ago

RISE version 5.6.1 on Ubuntu 20.04. When enabling multiple keyboard in settings, there is a small entry in the title bar which one can click to change the keyboard layout.

When I try to edit the shortcut to ?, it shows Shift+[ for German and Shift+/ for US keyboard.

So is it a problem with Jupyter it self? Or with nbextensions?