jupyter-ui icon indicating copy to clipboard operation
jupyter-ui copied to clipboard

"Ctrl + /" key combination does not toggle comment

Open wxirxn-bifrost opened this issue 1 year ago • 1 comments

Description

Pressing Ctrl + / (slash) does not toggle comment on current line or selected block of code. It seems to work on the examples at this link, but when cloning the Next.js example, it does not work.

Reproduce

  1. Clone the Next.js example
  2. Install dependencies and run
  3. Enter text into a cell
  4. Press Ctrl + /

Expected behavior

Ctrl + / should toggle commenting the current line or selected block on and off

wxirxn-bifrost avatar Nov 27 '24 10:11 wxirxn-bifrost

Thx for the report @wxirxn-bifrost The issue is replicable in the latest updates of the libraries deployed on https://jupyter-nextjs-example.vercel.app

Not sure why, the other shortcuts seem to work.

echarles avatar Jul 20 '25 08:07 echarles