mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
5 lines
68 B
Bash
5 lines
68 B
Bash
function test_do {
|
|
xdotool type "wraptest"
|
|
xdotool key Return
|
|
}
|