3 lines
101 B
Bash
3 lines
101 B
Bash
#!/bin/sh
|
|
DOTOOL_XKB_LAYOUT=us DOTOOL_XKB_VARIANT=$(get_plasma_keyboard_layout) /usr/bin/dotool "$@"
|