bin/vnctype: add xdotool script
This commit is contained in:
parent
2a75a1d4bc
commit
ce50772318
|
@ -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
|
Loading…
Reference in New Issue