Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pyscripter uncomment code shortcut

Is there a keyboard shortcut for commenting out a selection of code in Pyscripter?

I'm using version 2.5.3.0 64 bit.

I've examined the interface and tried a few google searches, including a search on this site.

like image 674
Benjamin Boyce Avatar asked Jun 16 '26 16:06

Benjamin Boyce


1 Answers

Press Ctrl + the quote key

Will be used to comment selected lines and uncomment selected commented lines

like image 189
pythOnometrist Avatar answered Jun 19 '26 23:06

pythOnometrist