From 5e9d6de5abe81c92cd702d69dd4eddc87de2d239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 10 Mar 2020 08:15:57 +0100 Subject: =?UTF-8?q?rdp=20:=20set=20b=C3=A9po=20kbd,=20does=20not=20work=20?= =?UTF-8?q?better?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdp b/rdp index 342c330..84e5419 100755 --- a/rdp +++ b/rdp @@ -2,7 +2,7 @@ [ $# -lt 1 ] && echo "missing hostname" && exit 1 -OPTS="/w:1800 /h:1000 /kbd:0x0000100C" +OPTS="/w:1800 /h:1000 /kbd:0xA000040C" host="$1" if [ $# -gt 1 ]; then -- cgit v1.1-2-g2b99