bin/vnctype: add xdotool script
This commit is contained in:
parent
2a75a1d4bc
commit
ce50772318
1 changed files with 6 additions and 0 deletions
6
.local/bin/scripts/vnctype
Executable file
6
.local/bin/scripts/vnctype
Executable file
|
@ -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…
Add table
Reference in a new issue