Update
This commit is contained in:
parent
d4abbe926b
commit
8ed86fe407
@ -38,14 +38,14 @@ void fmshl() {Keyboard.println("ssh root@192.168.1.85");}
|
||||
void fmshg() {Keyboard.println("ssh -p 9999 root@git64.ddns.net");}
|
||||
void fmgdr() {Keyboard.print(":/mnt/GIT/gitFolder/");}
|
||||
void fmezg() {Keyboard.println("ezgit");}//Keyboard.println("ezgit");
|
||||
void fmsbr() {Keyboard.println("source ~/.bashrc");}
|
||||
void fmszr() {Keyboard.println("source ~/.zshrc");}
|
||||
void fmsbr() {Keyboard.println("cd;source .bashrc;cd -");}
|
||||
void fmszr() {Keyboard.println("cd;source .zshrc;cd -");}
|
||||
void fmclb() {Keyboard.press(ctrlKey);delay(20);Keyboard.press(98);delay(20);Keyboard.releaseAll();}
|
||||
void fmglp() {Keyboard.println("git log --pretty --color --graph --oneline --decorate --histogram");}
|
||||
void fmcbh() {Keyboard.press(ctrlKey);delay(20);Keyboard.press(98);delay(20);Keyboard.releaseAll();delay(5);Keyboard.print("h");}
|
||||
void fmcbv() {Keyboard.press(ctrlKey);delay(20);Keyboard.press(98);delay(20);Keyboard.releaseAll();delay(5);Keyboard.print("v");}
|
||||
void fmcbs() {Keyboard.press(ctrlKey);delay(20);Keyboard.press(98);delay(20);Keyboard.releaseAll();delay(5);Keyboard.print("s");}
|
||||
void fmexr() {Keyboard.print("exit");delay(5);}//ln
|
||||
void fmexr() {Keyboard.println("exit");delay(5);}//ln
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user