Common Commands¶
This page covers the commands most people use first when operating Arqon Maestro day to day.
Video placeholder: common editing and navigation commands.
Navigation¶
line 10go to line 2go to depositstart of fileend of functionnext lineprevious tab
Adding Code¶
add function factorialadd parameter numberadd if number equals zeroadd return 1add elseadd let value equals factorial of five
Inserting At The Cursor¶
insert equals value plus oneinsert plus nameinsert capital welcome to my page
Editing Existing Code¶
change word to withdrawchange next plus to minuschange say hello to print greetingdelete linedelete second parameterundo
Copy And Paste¶
copy methodpasteend of method paste
Styling And Formatting¶
style fileadd all caps min balance equals negative 100add let snake my second string equals double quotesadd let pascal my third string
Browser And System Control¶
focus chromenew tabopen stackoverflow dot comlinksinputsclick reverse a string in pythonpress enter
Practical Pattern¶
flowchart LR
N[Move] --> A[Add or insert]
A --> E[Edit or style]
E --> U[Undo or continue]