Created
September 3, 2021 13:15
-
-
Save yuma300/7cd578aebef640e9c4f43d42c7785f93 to your computer and use it in GitHub Desktop.
binance_distribution.mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//キーボードマクロのファイル | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
IndentTab(0); // TABインデント | |
Right(0); // カーソル右移動 | |
DeleteBack(0); // カーソル前を削除 | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
IndentTab(0); // TABインデント | |
Right(0); // カーソル右移動 | |
DeleteBack(0); // カーソル前を削除 | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
Right(0); // カーソル右移動 | |
DeleteBack(0); // カーソル前を削除 | |
IndentTab(0); // TABインデント | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
IndentTab(0); // TABインデント | |
Right(0); // カーソル右移動 | |
DeleteBack(0); // カーソル前を削除 | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
IndentTab(0); // TABインデント | |
Right(0); // カーソル右移動 | |
DeleteBack(0); // カーソル前を削除 | |
GoLineEnd(0); // 行末に移動(折り返し単位) | |
Right(0); // カーソル右移動 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment