You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/comment-uncomment/comment-uncomment.yaml

17 lines
495 B

Type: IPython Notebook Extension
Compatibility: 4.x, 5.x
Name: Comment/Uncomment Hotkey
Main: main.js
Description: add new configurable hotkey binding to toggle comments
Icon: icon.png
Link: readme.md
Parameters:
- name: comment_uncomment_keybinding
description: keybinding for toggling comments
input_type: hotkey
default: alt-c
- name: comment_uncomment_indent
description: indent comment at current indent level instead of at beginning of line
default: false
input_type: checkbox