আরডুইনোর কিছু শর্টকাট(Some Shortcut to make coding easy)
আরডুইনোর কিছু শর্টকাট
আরডুইনোর বেসিক লেভেল
পার করে এলে তোমাকে অনেক বড় বড় কোড লিখতে হতে পারে। তো কিছু
শর্টকাট ব্যবহার করলে তোমার কাছে প্রোগ্রামিংটা বিষয়টা চমকপ্রদ হয়ে উঠবে।
Windos/Linax
|
Mac
|
Action
|
Ctrl+N
|
Cmd+N
|
Open new sketch.
|
Ctrl+O
|
Cmd+O
|
Open existing sketch.
|
Ctrl+S
|
Cmd+S
|
Save sketch.
|
Ctrl+Shift+S
|
Cmd+Shift+S
|
Save sketch with new name.
|
Ctrl+R
|
Cmd+R
|
Compile/Verify sketch. Handy for checking the grammar
of your code without uploading the sketch.
|
Ctrl+T
|
Cmd+T
|
Auto format. Adjust the alignment and spacing of your
code to improve the legibility (but also undoes your own formatting if you’re
arranging your sketch a unique way.)
|
Ctrl+Z
|
Cmd+Z
|
Undo last change of code.
|
Ctrl+
Shift+Z
|
Cmd+ Shift+Z
|
Redo last change to code.
|
Ctrl+/
|
Cmd+/
|
Comment/Uncomment selected code. Useful for quickly
commenting cut out.
|
Ctrl+F
|
Cmd+F
|
Find references for selected code term. If you’re
unsure about a highlighted term in your sketch (such as void, int or pinMode),
simply select that term and us this shortcut to be sent to the latest
reference page.
|
Ctrl+U
|
Cmd+U
|
Upload the sketch to the Arduino.
|
Ctrl+
Shift+M
|
Cmd+ Shift+M
|
Open the serial monitor.
|
Ctrl+K
|
Cmd+K
|
Open the sketch folder.
|
arduino UNO |