From ce507723186ce2bee87464175b12b6078c0a74d6 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 10 May 2022 10:12:13 +0200 Subject: [PATCH] bin/vnctype: add xdotool script --- .local/bin/scripts/vnctype | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/scripts/vnctype 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