======================================= Mu 1.2 (code editor) keyboard shortcuts ======================================= First published at 5/26/2023 on https://defkey.com/mu-1-2-code-editor-shortcuts Mu is a simple Python code editor for beginner programmers. As of this article written, the latest (1.2) version of the Mu was released in November 2022. Mu 1.2 (code editor) has 51 shortcuts and we have listed all of them below. General ------- Ctrl + Shift + M Change mode Ctrl + N Create a new empty tab Ctrl + O Open a new file Ctrl + S Save a file Ctrl + + Zoom in Ctrl + - Zoom out F1 Toggle themes F2 Check code Ctrl + H Display the help Ctrl + Q Quit Phyton 3 -------- F5 Run / Stop your code F6 Debug your code Ctrl + Shift + I Toggle REPL Ctrl + Shift + P Toggle the Plotter Debugger -------- Shift + F5 Stop debugger F5 Continue running code F10 Step over a line of code F11 Step into a block of code Shift + F11 Step out of a block of code PyGame Zero ----------- F5 Play / Stop game Ctrl + Shift + I Show image asset directory Ctrl + Shift + F Show font asset directory Ctrl + Shift + N Show sound / noise asset directory Ctrl + Shift + M Show music asset directory Adafruit -------- Ctrl + Shift + U Toggle the USB serial connection Ctrl + Shift + P Toggle the Plotter Serial pane: Ctrl + Shift + C Copy highlighted text into the clipboard Ctrl + Shift + V Paste text into the REPL Microbit -------- F3 Flash code onto device F4 Toggle the filesystem Ctrl + Shift + I Toggle the REPL Ctrl + Shift + P Toggle the Plotter Microbit's REPL pane understands these shortcuts: Ctrl + Shift + C Copy highlighted text into the clipboard Ctrl + Shift + V Paste text into the REPL from the clipboard Text editing ------------ Ctrl + F Show the find and replace dialog Ctrl + K Toggle comments for the current or selected lines of code Tab Indent the current or selected lines of code Shift + Tab Unindent the current or selected lines of code Ctrl + Z Undo Ctrl + Y Redo Ctrl + A Select all Ctrl + X Cut selected text into the clipboard Ctrl + C Copy selected text into the clipboard Ctrl + V Paste text from the clipboard Arrow keys Move the cursor one character in the speficied direction Ctrl + Left arrow / Right arrow Move the cursor one word in the specified direction Shift + Arrow keys Select text in the specified direction Ctrl + Shift + Left arrow / Right arrow Select text one word in the specified direction Miscellaneous ------------- Ctrl + Shift + S Save current tab with a new name Ctrl + Shift + F Show the admin dialog Ctrl + Alt + S Take a screenshot Last modified on(UTC): Friday, May 26, 2023 Defkey © All rights reserved.