8 lines
88 B
Bash
8 lines
88 B
Bash
vncviewer() {
|
|
split_up(){
|
|
sleep .5
|
|
xdotool key F8
|
|
sleep .2
|
|
xdotool key F
|
|
}
|
|
}
|