diff --git a/.local/bin/scripts/vnctype b/.local/bin/scripts/vnctype new file mode 100755 index 0000000..20ca806 --- /dev/null +++ b/.local/bin/scripts/vnctype @@ -0,0 +1,6 @@ +#!/bin/sh -e +# Type in NoVNC with german layout +xdotool search --onlyvisible --classname Navigator windowactivate +#setxkbmap de +xdotool type --clearmodifiers "$@" +#update-keyboard-layout >/dev/null