damianavila / RISE

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

keyboard bindings need to be checked #532

Closed parmentelat closed 4 years ago

parmentelat commented 4 years ago

I am currently running 5.6.1-dev3; I use it within two similar environments (authoring and production) and I have noticed a different behaviour


these 2 environments run the same version of rise, but exhibit several other differences

  1. authoring setup runs has quite a few custom keystrokes defined for productivity (using vanilla Jupyter set_shortcut())
  2. authoring setup makes use of the configurator to redefine some of the default key bindings
  3. authoring setup has more extensions enabled

I am suspecting item #2 to be the root cause, as a consequence of the #525 #526 combo, but have no hard evidence of that for now

I am in a rush and cannot investigate this further right now, so I figured I'd write down this braindump for the record

parmentelat commented 4 years ago

check done, everything is fine, I had changed my keymap in the configurator, behaviour is actually as advertised

damianavila commented 4 years ago

Thanks for checking it!